Re: stpcpy is Posix-2008, not __USE_GNU.

2012-03-26 Thread Carmelo AMOROSO
On 25/03/2012 7.38, Mike Frysinger wrote: On Friday 16 March 2012 07:06:47 Rob Landley wrote: The standard: http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html uClibc's include/string.h: #ifdef __USE_GNU ... /* Copy SRC to DEST, returning the address of the

Re: stpcpy is Posix-2008, not __USE_GNU.

2012-03-24 Thread Mike Frysinger
On Friday 16 March 2012 07:06:47 Rob Landley wrote: The standard: http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html uClibc's include/string.h: #ifdef __USE_GNU ... /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */ # if 0 /* uClibc: