]> sourceware.org Git - systemtap.git/commit
testsuite/systemtap.base/plt.c: define _GNU_SOURCE for stpcpy.
authorMark Wielaard <mjw@redhat.com>
Wed, 9 Nov 2011 16:06:28 +0000 (17:06 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 9 Nov 2011 16:06:28 +0000 (17:06 +0100)
commitc0304922051faad1ebc38cd87e6b58f676294cd6
treed5635ae15c42e6016db612fb90300cf4b210895e
parentd6f447636c8f43e354b5cbf9a7d84bd867a08211
testsuite/systemtap.base/plt.c: define _GNU_SOURCE for stpcpy.

stpcpy is strange. On some older systems it is only declared when
_GNU_SOURCE is defined. The STPCPY(3) manpage says:

   This function is not part of the C or POSIX.1  standards,  and  is  not
   customary  on Unix systems, but is not a GNU invention either.  Perhaps
   it comes from MS-DOS.
testsuite/systemtap.base/plt.c
This page took 0.027806 seconds and 5 git commands to generate.