X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstpncpy.c;h=8b14fb957a4db4291bc1065f21196138259952ee;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=466cd5f8afc4c0501b05aa839f95161da534148b;hpb=9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e;p=gnulib.git diff --git a/lib/stpncpy.c b/lib/stpncpy.c index 466cd5f8a..8b14fb957 100644 --- a/lib/stpncpy.c +++ b/lib/stpncpy.c @@ -31,7 +31,7 @@ /* Copy no more than N bytes of SRC to DST, returning a pointer past the last non-NUL byte written into DST. */ char * -__stpncpy (char *dest, const char *src, size_t n) +(__stpncpy) (char *dest, const char *src, size_t n) { char c; char *s = dest;