summaryrefslogtreecommitdiffstats
path: root/sys/sys/fcntl.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-10-27 17:44:51 +0000
committerjhb <jhb@FreeBSD.org>2011-10-27 17:44:51 +0000
commita6c5138e838c72eab719291f4761da0d60653908 (patch)
tree05aef95b9568b6a64cd60d54aca5582ac53f7664 /sys/sys/fcntl.h
parentb4486349bd6ee7fb7358793aa61b4efbdefd9937 (diff)
downloadFreeBSD-src-a6c5138e838c72eab719291f4761da0d60653908.zip
FreeBSD-src-a6c5138e838c72eab719291f4761da0d60653908.tar.gz
Sort function prototypes.
Diffstat (limited to 'sys/sys/fcntl.h')
-rw-r--r--sys/sys/fcntl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h
index 6f48ee7..28a66d0 100644
--- a/sys/sys/fcntl.h
+++ b/sys/sys/fcntl.h
@@ -286,15 +286,15 @@ __BEGIN_DECLS
int open(const char *, int, ...);
int creat(const char *, mode_t);
int fcntl(int, int, ...);
+#if __BSD_VISIBLE
+int flock(int, int);
+#endif
#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200809
int openat(int, const char *, int, ...);
#endif
#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112
int posix_fallocate(int, off_t, off_t);
#endif
-#if __BSD_VISIBLE
-int flock(int, int);
-#endif
__END_DECLS
#endif
OpenPOWER on IntegriCloud