* sysdeps/mach/hurd/mlock.c: New file.
authorRoland McGrath <roland@gnu.org>
Thu, 19 Apr 2001 23:25:40 +0000 (23:25 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 19 Apr 2001 23:25:40 +0000 (23:25 +0000)
commitd81b986bea1bdfbf3a27131df9decbf09882654a
treecde4bb8e03a78bd69401d89661cf659abe0aa541
parent5017b2c845c235542b3101b9cf648f72b9f6ed3e
* sysdeps/mach/hurd/mlock.c: New file.

* sysdeps/mach/hurd/munlock.c: New file.
* sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK_RANGE): Define it.

* misc/Makefile (routines): Add mlock munlock mlockall munlockall.
* sysdeps/generic/mlock.c: New file.
* sysdeps/generic/munlock.c: New file.
* sysdeps/generic/mlockall.c: New file.
* sysdeps/generic/munlockall.c: New file.
* sysdeps/generic/bits/mman.h (MCL_CURRENT, MCL_FUTURE): New macros.
* sysdeps/unix/sysv/linux/syscalls.list (mlock, munlock,
mlockall, munlockall): Change caller field to - from EXTRA.
Don't use __ names; not used (and not declared in include/sys/mman.h).
12 files changed:
ChangeLog
bits/mman.h
misc/Makefile
sysdeps/generic/bits/mman.h
sysdeps/generic/mlock.c [new file with mode: 0644]
sysdeps/generic/mlockall.c [new file with mode: 0644]
sysdeps/generic/munlock.c [new file with mode: 0644]
sysdeps/generic/munlockall.c [new file with mode: 0644]
sysdeps/mach/hurd/bits/posix_opt.h
sysdeps/mach/hurd/mlock.c [new file with mode: 0644]
sysdeps/mach/hurd/munlock.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/syscalls.list