1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

[!HAVE_MEMPCPY] (mempcpy): Define here instead.

This commit is contained in:
Jim Meyering
1997-11-12 17:21:54 +00:00
parent c0cc0c26ed
commit 5b399f4fe0

View File

@@ -74,10 +74,6 @@
# define D_INO(dp) 1
#endif
#ifndef HAVE_MEMPCPY
# define mempcpy(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N)))
#endif
#if !defined (S_ISLNK)
# define S_ISLNK(Mode) 0
#endif