diff options
Diffstat (limited to 'src/sys/mman/munlockall.c')
-rw-r--r-- | src/sys/mman/munlockall.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/mman/munlockall.c b/src/sys/mman/munlockall.c deleted file mode 100644 index 0bb8d4b1..00000000 --- a/src/sys/mman/munlockall.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <sys/mman.h> - -int munlockall(void) -{ - return 0; -} - -/* -POSIX(199309) -*/ |