From fc4026d8e43407ba2739e493878d1ce259500059 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 2 Jan 1996 06:19:15 +0000 Subject: Tue Jan 2 00:50:10 1996 Roland McGrath * misc/queue.h: New file, incorporated from 4.4BSD. * misc/Makefile (headers): Add queue.h. * posix/sys/types.h [__USE_BSD]: Include endian.h. * io/sys/stat.h (DEFFILEMODE, ALLPERMS, ACCESSPERMS, S_BLKSIZE): New macros. --- posix/sys/types.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'posix/sys/types.h') diff --git a/posix/sys/types.h b/posix/sys/types.h index 207ae8de8b..751f1064b0 100644 --- a/posix/sys/types.h +++ b/posix/sys/types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1994, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -95,6 +95,12 @@ typedef long int key_t; #endif +#ifdef __USE_BSD +/* In BSD is expected to define BYTE_ORDER. */ +#include +#endif + + #ifdef __USE_BSD #define FD_SETSIZE __FD_SETSIZE -- cgit v1.2.3