Skip to content

Commit

Permalink
2002-08-03 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
  • Loading branch information
Roland McGrath committed Aug 3, 2002
1 parent 37ba7d6 commit 95e2a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysdeps/generic/mempcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <pagecopy.h>

#undef mempcpy
#undef __mempcpy

void *
__mempcpy (dstpp, srcpp, len)
Expand Down

0 comments on commit 95e2a50

Please sign in to comment.