diff options
Diffstat (limited to 'sysdeps/mach/mprotect.c')
-rw-r--r-- | sysdeps/mach/mprotect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/mprotect.c b/sysdeps/mach/mprotect.c index 84a72850ac..680905703d 100644 --- a/sysdeps/mach/mprotect.c +++ b/sysdeps/mach/mprotect.c @@ -47,4 +47,5 @@ __mprotect (void *addr, size_t len, int prot) } return 0; } +libc_hidden_def (__mprotect) weak_alias (__mprotect, mprotect) |