diff options
Diffstat (limited to 'misc/mprotect.c')
-rw-r--r-- | misc/mprotect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/mprotect.c b/misc/mprotect.c index e6cb623535..bef7efc442 100644 --- a/misc/mprotect.c +++ b/misc/mprotect.c @@ -32,4 +32,3 @@ __mprotect (__ptr_t addr, size_t len, int prot) weak_alias (__mprotect, mprotect) stub_warning (mprotect) -#include <stub-tag.h> |