diff options
author | Andreas Jaeger <aj@suse.de> | 2002-07-08 17:15:20 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-07-08 17:15:20 +0000 |
commit | 09c81ddfd881076ea1a16fcd59bf85c76201854c (patch) | |
tree | 451ea7ff04dc60f6fc8c5d27238bf57e87628b1b /sysdeps/unix/sysv/linux/sparc | |
parent | 4d8917523f4459ca90e2b1e736b0d8f0ab745ee0 (diff) | |
download | glibc-09c81ddfd881076ea1a16fcd59bf85c76201854c.tar.gz glibc-09c81ddfd881076ea1a16fcd59bf85c76201854c.tar.xz glibc-09c81ddfd881076ea1a16fcd59bf85c76201854c.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/statvfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/statvfs.h b/sysdeps/unix/sysv/linux/sparc/bits/statvfs.h index aa14c03449..463dc9e1ca 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/statvfs.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/statvfs.h @@ -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. */ |