summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2013-02-17 16:26:35 +0100
committerAndreas Jaeger <aj@suse.de>2013-02-17 16:34:04 +0100
commitf238fd190bbfc57f5678ca5c5975b92bfb21e040 (patch)
tree43dacfd92e166cef0044b98c1fc6e58a41636df8 /posix
parentbd07f23c4ab55f6606ba656d5ec1e0cbc9b4f356 (diff)
Sort Versions files
Diffstat (limited to 'posix')
-rw-r--r--posix/Versions4
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;