Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 21 Apr 2012 13:18:11 +0000 (13:18 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 21 Apr 2012 13:18:11 +0000 (13:18 +0000)
ChangeLog
sysdeps/unix/sysv/Versions [deleted file]
sysdeps/unix/sysv/linux/Versions

index 53d1751..26352f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
+       * sysdeps/unix/sysv/Versions: Remove file.
+
 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
 
        [BZ #13927]
diff --git a/sysdeps/unix/sysv/Versions b/sysdeps/unix/sysv/Versions
deleted file mode 100644 (file)
index bdb8ba8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-libc {
-  GLIBC_2.0 {
-    sysinfo;
-  }
-}
index f9647be..16bb281 100644 (file)
@@ -51,7 +51,7 @@ libc {
     setfsgid; setfsuid;
 
     # s*
-    setresgid; setresuid; swapoff; swapon; sysctl;
+    setresgid; setresuid; swapoff; swapon; sysctl; sysinfo;
 
     # u*
     umount; uselib;