diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-21 20:32:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-21 20:32:21 +0000 |
commit | 0b32ff01b855437f26d90a47ffc619fad2f6917f (patch) | |
tree | f6861d87fe18b2fc2555a865d814680d84580801 /Versions.def | |
parent | 6c6bb0558c6adebd450cc7037305f89e746597b5 (diff) | |
download | glibc-0b32ff01b855437f26d90a47ffc619fad2f6917f.tar.gz glibc-0b32ff01b855437f26d90a47ffc619fad2f6917f.tar.xz glibc-0b32ff01b855437f26d90a47ffc619fad2f6917f.zip |
2001-08-21 Roland McGrath <roland@frob.com>
* hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here. * Versions.def (libc): Add GLIBC_2.2.5 set. * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro. (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index e9fb5a2ea4..aa4a4926bf 100644 --- a/Versions.def +++ b/Versions.def @@ -13,6 +13,7 @@ libc { GLIBC_2.2.2 GLIBC_2.2.3 GLIBC_2.2.4 + GLIBC_2.2.5 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif |