summaryrefslogtreecommitdiff
path: root/hurd/hurd.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-21 20:32:21 +0000
committerRoland McGrath <roland@gnu.org>2001-08-21 20:32:21 +0000
commit0b32ff01b855437f26d90a47ffc619fad2f6917f (patch)
treef6861d87fe18b2fc2555a865d814680d84580801 /hurd/hurd.h
parent6c6bb0558c6adebd450cc7037305f89e746597b5 (diff)
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 'hurd/hurd.h')
-rw-r--r--hurd/hurd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/hurd.h b/hurd/hurd.h
index 2e078c1966..077e5b191b 100644
--- a/hurd/hurd.h
+++ b/hurd/hurd.h
@@ -43,7 +43,11 @@
#include <errno.h>
-_EXTERN_INLINE int
+#ifndef _HURD_H_EXTERN_INLINE
+#define _HURD_H_EXTERN_INLINE extern __inline
+#endif
+
+_HURD_H_EXTERN_INLINE int
__hurd_fail (error_t err)
{
switch (err)