From 0b32ff01b855437f26d90a47ffc619fad2f6917f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 21 Aug 2001 20:32:21 +0000 Subject: 2001-08-21 Roland McGrath * 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. --- hurd/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hurd/Versions') diff --git a/hurd/Versions b/hurd/Versions index 3667f90..4b98917 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -135,6 +135,10 @@ libc { # h* hurd_directory_name_split; } + GLIBC_2.2.5 { + # This always existed as an inline but the real function never exported. + __hurd_fail; + } %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) HURD_CTHREADS_0.3 { -- cgit v1.1