summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r--sys/sys/stat.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 8a03251..a53960d 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -246,19 +246,19 @@ struct nstat {
#ifndef _KERNEL
__BEGIN_DECLS
-int chmod __P((const char *, mode_t));
-int fstat __P((int, struct stat *));
-int mkdir __P((const char *, mode_t));
-int mkfifo __P((const char *, mode_t));
-int stat __P((const char *, struct stat *));
-mode_t umask __P((mode_t));
+int chmod(const char *, mode_t);
+int fstat(int, struct stat *);
+int mkdir(const char *, mode_t);
+int mkfifo(const char *, mode_t);
+int stat(const char *, struct stat *);
+mode_t umask(mode_t);
#ifndef _POSIX_SOURCE
-int chflags __P((const char *, u_long));
-int fchflags __P((int, u_long));
-int fchmod __P((int, mode_t));
-int lchmod __P((const char *, mode_t));
-int lstat __P((const char *, struct stat *));
+int chflags(const char *, u_long);
+int fchflags(int, u_long);
+int fchmod(int, mode_t);
+int lchmod(const char *, mode_t);
+int lstat(const char *, struct stat *);
#endif
__END_DECLS
OpenPOWER on IntegriCloud