From f238fd190bbfc57f5678ca5c5975b92bfb21e040 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 17 Feb 2013 16:26:35 +0100 Subject: Sort Versions files --- posix/Versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix/Versions') 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; -- cgit v1.2.3