diff options
Diffstat (limited to 'libc/sysdeps/linux/common/mount.c')
-rw-r--r-- | libc/sysdeps/linux/common/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/mount.c b/libc/sysdeps/linux/common/mount.c index a5a2c7fec..39e5db1c2 100644 --- a/libc/sysdeps/linux/common/mount.c +++ b/libc/sysdeps/linux/common/mount.c @@ -11,4 +11,4 @@ #include <sys/mount.h> _syscall5(int, mount, const char *, specialfile, const char *, dir, const char *, filesystemtype, unsigned long, rwflag, - const void *, data); + const void *, data) |