diff options
author | Andreas Jaeger <aj@suse.de> | 2013-02-17 16:26:35 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2013-02-17 16:34:04 +0100 |
commit | f238fd190bbfc57f5678ca5c5975b92bfb21e040 (patch) | |
tree | 43dacfd92e166cef0044b98c1fc6e58a41636df8 /posix | |
parent | bd07f23c4ab55f6606ba656d5ec1e0cbc9b4f356 (diff) | |
download | glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.tar glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.tar.gz glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.tar.bz2 glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.zip |
Sort Versions files
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Versions b/posix/Versions index 686c446bcd..1bc235acd2 100644 --- a/posix/Versions +++ b/posix/Versions @@ -1,7 +1,7 @@ libc { GLIBC_2.0 { # functions with special/multiple interfaces - __bsd_getpgrp; __setpgid; __getpgid; + __bsd_getpgrp; __getpgid; __setpgid; # functions with required interface outside normal name space _exit; @@ -114,7 +114,7 @@ libc { # under GLIBC_2.0; the first instance in the script is taken as the # default, so linux configurations put them in GLIBC_2.0 while other # configuration put them in GLIBC_2.3.2. - getresuid; getresgid; setresuid; setresgid; + getresgid; getresuid; setresgid; setresuid; } GLIBC_2.3.3 { sched_getaffinity; sched_setaffinity; |