mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Remove CHECK_1 and CHECK_1_NULL_OK.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <bp-checks.h>
|
||||
|
||||
int
|
||||
ustat (dev_t dev, struct ustat *ubuf)
|
||||
@@ -37,5 +36,5 @@ ustat (dev_t dev, struct ustat *ubuf)
|
||||
return -1;
|
||||
}
|
||||
|
||||
return INLINE_SYSCALL (ustat, 2, (unsigned int) k_dev, CHECK_1 (ubuf));
|
||||
return INLINE_SYSCALL (ustat, 2, (unsigned int) k_dev, ubuf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user