mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2000-01-02 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/ioperm.c: Use sysctl by preference to obtain port mapping information. Avoid use of mprotect.
This commit is contained in:
@ -44,7 +44,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef __USE_LARGEFILE64
|
||||
# define O_LARGEFILE 0x40000
|
||||
# if __WORDSIZE == 64
|
||||
# define O_LARGEFILE 0
|
||||
# else
|
||||
# define O_LARGEFILE 0x40000
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* For now Linux has no synchronisity options for data and read
|
||||
|
Reference in New Issue
Block a user