summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_fsync.c')
-rw-r--r--lib/libkse/thread/thr_fsync.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_fsync.c b/lib/libkse/thread/thr_fsync.c
index 9d17050..e040770 100644
--- a/lib/libkse/thread/thr_fsync.c
+++ b/lib/libkse/thread/thr_fsync.c
@@ -28,13 +28,18 @@
*
* $FreeBSD$
*/
+
+#include "namespace.h"
#include <unistd.h>
#include <pthread.h>
+#include "un-namespace.h"
#include "thr_private.h"
LT10_COMPAT_PRIVATE(__fsync);
LT10_COMPAT_DEFAULT(fsync);
+int __fsync(int fd);
+
__weak_reference(__fsync, fsync);
int
OpenPOWER on IntegriCloud