]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/s390/s390-32/chown.c
Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / s390 / s390-32 / chown.c
index 408d24aae81efa687daf96ca99158e846c84d7b6..cd0cb743b54fb20d1eb992c895e79e30b9e0b0b3 100644 (file)
@@ -21,7 +21,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 #include <shlib-compat.h>
-#include <bp-checks.h>
 
 #include <linux/posix_types.h>
 
@@ -42,7 +41,7 @@
 int
 __real_chown (const char *file, uid_t owner, gid_t group)
 {
-  return INLINE_SYSCALL (chown32, 3, CHECK_STRING (file), owner, group);
+  return INLINE_SYSCALL (chown32, 3, file, owner, group);
 }