From ecb2be2c0a2f9c489663a4b01b97074dda2ceb1e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 Oct 2012 15:10:27 +0100 Subject: mkdir: Use mkdirat if arch does not have the mkdir syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/sys/stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sys/stat.h b/include/sys/stat.h index 1709cece7..9283a8971 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -335,6 +335,7 @@ libc_hidden_proto(mkdir) with FD. */ extern int mkdirat (int __fd, const char *__path, __mode_t __mode) __THROW __nonnull ((2)); +libc_hidden_proto(mkdirat) #endif /* Create a device file named PATH, with permission and special bits MODE -- cgit v1.2.3