From ba89615dabf44e9e447a3076cf56321ed4505a54 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Mar 2018 03:44:14 +0100 Subject: hurd: Make almost all hurd headers includable in all standards * hurd/hurd.h: Include * hurd/hurd/fd.h: Include and (_hurd_fd_read, _hurd_fd_write): Use __loff_t instead of loff_t. * hurd/hurd/signal.h: Include and . [!defined __USE_GNU]: Do not #error out. (struct hurd_sigstate): Use _NSIG instead of NSIG. * hurd/hurd/sigpreempt.h (__need_size_t): Define. Include and (struct hurd_signal_preemptor, hurd_catch_signal): Use __sighandler_t instead of sighandler_t. --- hurd/hurd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hurd/hurd.h') diff --git a/hurd/hurd.h b/hurd/hurd.h index a0e2444..029a7eb 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -41,6 +41,7 @@ #include #include +#include #ifndef _HURD_H_EXTERN_INLINE #define _HURD_H_EXTERN_INLINE __extern_inline -- cgit v1.1