diff options
author | Zack Weinberg <zackw@panix.com> | 2018-03-18 17:01:06 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-03-26 09:05:19 -0400 |
commit | f66704a937db50bbd78acc5c29f569b4c8e35d19 (patch) | |
tree | 92d261f99ff3346bffb3a61f6e788fe0daf6093e /sysdeps/unix/sysv/linux/arm/umount.c | |
parent | 9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff) | |
download | glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.gz glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.xz glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.zip |
WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/umount.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/umount.c b/sysdeps/unix/sysv/linux/arm/umount.c index 87997e029f..fcf3a51fc1 100644 --- a/sysdeps/unix/sysv/linux/arm/umount.c +++ b/sysdeps/unix/sysv/linux/arm/umount.c @@ -19,7 +19,7 @@ /* Since we don't have an oldumount system call, do what the kernel does down here. */ -extern long int __umount2 (const char *name, int flags); +#include <mount-internal.h> long int __umount (const char *name) |