From 54f6cbb3795fbc9c65965a88e3cd2a60d05acc6d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 Mar 2000 04:09:19 +0000 Subject: * sysdeps/mach/sys/reboot.h: Include . (reboot): Declare it. --- sysdeps/mach/hurd/bits/stdio-lock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/bits/stdio-lock.h b/sysdeps/mach/hurd/bits/stdio-lock.h index 1f67542c42..ed55c96fd9 100644 --- a/sysdeps/mach/hurd/bits/stdio-lock.h +++ b/sysdeps/mach/hurd/bits/stdio-lock.h @@ -50,13 +50,14 @@ typedef struct _IO_cthreads_lock _IO_lock_t; #define _IO_lock_lock(_name) __libc_lock_lock ((_name).mutex) #define _IO_lock_unlock(_name) __libc_lock_unlock ((_name).mutex) - +#ifdef _LIBC #include #define _IO_cleanup_region_start(_fct, _fp) \ __libc_cleanup_region_start (_fct, _fp) #define _IO_cleanup_region_end(_doit) \ __libc_cleanup_region_end (_doit) +#endif #endif /* bits/stdio-lock.h */ -- cgit v1.2.3