mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2002-07-06 Bruno Haible <bruno@clisp.org> * 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.
This commit is contained in:
@ -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,7 +16,7 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#ifndef _UTSNAME_H
|
||||
#ifndef _SYS_UTSNAME_H
|
||||
# error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
|
||||
#endif
|
||||
|
||||
|
@ -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,7 +16,7 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#ifndef _UTSNAME_H
|
||||
#ifndef _SYS_UTSNAME_H
|
||||
# error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
|
||||
#endif
|
||||
|
||||
|
@ -66,7 +66,7 @@ struct statvfs64
|
||||
#endif
|
||||
|
||||
/* Definitions for the flag in `f_flag'. These definitions should be
|
||||
kept in sync which the definitions in <sys/mount.h>. */
|
||||
kept in sync with the definitions in <sys/mount.h>. */
|
||||
enum
|
||||
{
|
||||
ST_RDONLY = 1, /* Mount read-only. */
|
||||
|
@ -69,7 +69,7 @@ struct statvfs64
|
||||
#endif
|
||||
|
||||
/* Definitions for the flag in `f_flag'. These definitions should be
|
||||
kept in sync which the definitions in <sys/mount.h>. */
|
||||
kept in sync with the definitions in <sys/mount.h>. */
|
||||
enum
|
||||
{
|
||||
ST_RDONLY = 1, /* Mount read-only. */
|
||||
@ -94,7 +94,7 @@ enum
|
||||
# define ST_IMMUTABLE ST_IMMUTABLE
|
||||
ST_NOATIME = 1024, /* Do not update access times. */
|
||||
# define ST_NOATIME ST_NOATIME
|
||||
ST_NODIRATIME /* Do not update directory access times. */
|
||||
ST_NODIRATIME = 2048 /* Do not update directory access times. */
|
||||
# define ST_NODIRATIME ST_NODIRATIME
|
||||
#endif /* Use GNU. */
|
||||
};
|
||||
|
@ -66,7 +66,7 @@ struct statvfs64
|
||||
#endif
|
||||
|
||||
/* Definitions for the flag in `f_flag'. These definitions should be
|
||||
kept in sync which the definitions in <sys/mount.h>. */
|
||||
kept in sync with the definitions in <sys/mount.h>. */
|
||||
enum
|
||||
{
|
||||
ST_RDONLY = 1, /* Mount read-only. */
|
||||
|
@ -76,7 +76,7 @@ struct statvfs64
|
||||
#endif
|
||||
|
||||
/* Definitions for the flag in `f_flag'. These definitions should be
|
||||
kept in sync which the definitions in <sys/mount.h>. */
|
||||
kept in sync with the definitions in <sys/mount.h>. */
|
||||
enum
|
||||
{
|
||||
ST_RDONLY = 1, /* Mount read-only. */
|
||||
|
Reference in New Issue
Block a user