1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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:
Ulrich Drepper
2000-01-04 23:56:39 +00:00
parent 856275fa78
commit f19f2b3443
3 changed files with 47 additions and 27 deletions

View File

@ -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