1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
2000-01-04  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Add
	definition from 2.3.36.
This commit is contained in:
Ulrich Drepper
2000-01-04 23:40:52 +00:00
parent cbc85992cd
commit 856275fa78
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2000-01-04 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Add
definition from 2.3.36.
2000-01-04 Andreas Jaeger <aj@suse.de> 2000-01-04 Andreas Jaeger <aj@suse.de>
* nss/nss_db/dummy-db.h (struct db24): Add missing field flags. * nss/nss_db/dummy-db.h (struct db24): Add missing field flags.

View File

@@ -1,5 +1,5 @@
/* O_*, F_*, FD_* bit values for Linux/SPARC. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@@ -44,8 +44,7 @@
#endif #endif
#ifdef __USE_LARGEFILE64 #ifdef __USE_LARGEFILE64
/* XXX missing */ # define O_LARGEFILE 0x40000
# define O_LARGEFILE 0
#endif #endif
/* For now Linux has no synchronisity options for data and read /* For now Linux has no synchronisity options for data and read