kernel: add safememset() kernel call

This commit is contained in:
Arne Welzel
2012-09-22 20:01:05 +00:00
committed by Ben Gras
parent 0617743bd1
commit d8a89dcbe6
5 changed files with 75 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ SRCS+= \
do_setgrant.c \
do_privctl.c \
do_safecopy.c \
do_safememset.c \
do_safemap.c \
do_sysctl.c \
do_getksig.c \