]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/unix/sysv/linux/ia64/umount.c
Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
[thirdparty/glibc.git] / ports / sysdeps / unix / sysv / linux / ia64 / umount.c
index a15a71686920619d669003a8fa343da57e4cf1b1..a3df7863fa4005ad47477d1fc6f2f16b5bd457f6 100644 (file)
 #include <errno.h>
 
 #include <sysdep.h>
-#include <bp-checks.h>
 
 /* Unmount a filesystem.  */
 int
 umount (const char *special_file)
 {
-  return INLINE_SYSCALL (umount, 2, CHECK_STRING (special_file), 0);
+  return INLINE_SYSCALL (umount, 2, special_file, 0);
 }