From 09c81ddfd881076ea1a16fcd59bf85c76201854c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 8 Jul 2002 17:15:20 +0000 Subject: Update. 2002-07-06 Bruno Haible * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7. * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build. * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H, not _UTSNAME_H. * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise. * sysdeps/generic/bits/stropts.h: Protect against direct inclusion. * sysdeps/generic/bits/ustat.h: Likewise. * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048. --- bits/ustat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bits/ustat.h') diff --git a/bits/ustat.h b/bits/ustat.h index aeafc22a5c..fc08758608 100644 --- a/bits/ustat.h +++ b/bits/ustat.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2002 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 @@ -16,6 +16,10 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#ifndef _SYS_USTAT_H +# error "Never include directly; use instead." +#endif + #include struct ustat -- cgit 1.4.1