]> Git Repo - uclibc-ng.git/commit
libc: Provide both getpgid and __getpgid symbols
authorCarmelo Amoroso <[email protected]>
Mon, 23 Aug 2010 22:14:00 +0000 (00:14 +0200)
committerCarmelo Amoroso <[email protected]>
Tue, 31 Aug 2010 00:56:10 +0000 (02:56 +0200)
commit2d276198b4b9987ee8ac62cd680d6027077a65ef
treebce80af20d709b7909948f9826c612137442eaee
parentd6d1bd2bbd2d4445b8e3cb1cb9d8d1aad817ba7f
libc: Provide both getpgid and __getpgid symbols

Indeed unistd.h header does export '__getpgid' by default, while
uClibc provide only 'getpgid' implementation. The 'getpgid' symbol
is exported by standard header if __USE_XOPEN_EXTENDED is defined.
This patch alignes uClibc implementation with standard header (matching
with glibc behaviour).

Signed-off-by: Carmelo Amoroso <[email protected]>
libc/sysdeps/linux/common/getpgid.c
This page took 0.02375 seconds and 4 git commands to generate.