diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-04 23:40:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-04 23:40:52 +0000 |
commit | 856275fa78ee70ed659a7836864b217d7459ca17 (patch) | |
tree | 3ed8fa40350c2a3c5a3e35021f5a912a59ad7d64 /sysdeps | |
parent | cbc85992cd683cbadbf2ed2011cad1ee04aa42b5 (diff) | |
download | glibc-856275fa78ee70ed659a7836864b217d7459ca17.tar.gz glibc-856275fa78ee70ed659a7836864b217d7459ca17.tar.xz glibc-856275fa78ee70ed659a7836864b217d7459ca17.zip |
Update.
2000-01-04 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Add definition from 2.3.36.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/fcntl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 4a3392c8a0..4dd8f3d182 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -1,5 +1,5 @@ /* O_*, F_*, FD_* bit values for Linux/SPARC. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 2000 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 @@ -44,8 +44,7 @@ #endif #ifdef __USE_LARGEFILE64 -/* XXX missing */ -# define O_LARGEFILE 0 +# define O_LARGEFILE 0x40000 #endif /* For now Linux has no synchronisity options for data and read |