diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-08 05:38:03 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-08 05:38:03 +0100 |
commit | ae20c9a17cd95b6f367209c2a9075587616ceb42 (patch) | |
tree | 3f94df2593747517ab0fd7934c10fc5806dfd845 | |
parent | 4fc81a777a6720e92460a20d95738c3d1a211bda (diff) | |
download | glibc-ae20c9a17cd95b6f367209c2a9075587616ceb42.tar glibc-ae20c9a17cd95b6f367209c2a9075587616ceb42.tar.gz glibc-ae20c9a17cd95b6f367209c2a9075587616ceb42.tar.bz2 glibc-ae20c9a17cd95b6f367209c2a9075587616ceb42.zip |
hurd: Fix abi-tag, following ba90e05
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | abi-tags | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -37,6 +37,7 @@ _hurd_critical_section_lock, _hurd_critical_section_unlock): Explicit casts from void *. * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>. + * abi-tags: Rename gnu-gnu os into gnu. [BZ #4719] * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char, @@ -18,7 +18,7 @@ .*-.*-linux.* 0 2.0.0 # earliest compatible kernel version -.*-.*-gnu-gnu.* 1 0.0.0 +.*-.*-gnu.* 1 0.0.0 .*-sun-solaris2.* 2 2.0.0 # just an arbitrary value |