about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/bits
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-03-07 09:46:33 +0000
committerAndreas Jaeger <aj@suse.de>2003-03-07 09:46:33 +0000
commit188a981ceb6b837bc922a77d1b736c2bcb2e31c1 (patch)
treeb67427e2c5dba38a59c302d7ae10c83dd7f864eb /sysdeps/unix/sysv/linux/mips/bits
parent181c92c2e6832c0955c1d96855d535a7e7e88f5c (diff)
downloadglibc-188a981ceb6b837bc922a77d1b736c2bcb2e31c1.tar.gz
glibc-188a981ceb6b837bc922a77d1b736c2bcb2e31c1.tar.xz
glibc-188a981ceb6b837bc922a77d1b736c2bcb2e31c1.zip
2003-03-04 Guido Guenther <agx@sigxcpu.org>
	* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
	stubs, we have INLINE_SYSCALL.
	* sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
	MAP_NONBLOCK.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/mman.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/mman.h b/sysdeps/unix/sysv/linux/mips/bits/mman.h
index 61886e27ee..e05f2a6d4d 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/mman.h
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/MIPS version.
-   Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2003 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
@@ -59,6 +59,8 @@
 # define MAP_DENYWRITE	0x2000		/* ETXTBSY */
 # define MAP_EXECUTABLE	0x4000		/* mark it as an executable */
 # define MAP_LOCKED	0x8000		/* pages are locked */
+# define MAP_POPULATE   0x10000         /* populate (prefault) pagetables */
+# define MAP_NONBLOCK   0x20000         /* do not block on IO */
 #endif
 
 /* Flags to `msync'.  */