1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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.
This commit is contained in:
Roland McGrath
2001-08-21 20:32:21 +00:00
parent 6c6bb0558c
commit 0b32ff01b8
3 changed files with 10 additions and 1 deletions

View File

@@ -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)