summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_readv.c')
-rw-r--r--lib/libkse/thread/thr_readv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_readv.c b/lib/libkse/thread/thr_readv.c
index 46b08dc..04c9f9d 100644
--- a/lib/libkse/thread/thr_readv.c
+++ b/lib/libkse/thread/thr_readv.c
@@ -29,14 +29,19 @@
* $FreeBSD$
*
*/
+
+#include "namespace.h"
#include <sys/types.h>
#include <sys/fcntl.h>
#include <sys/uio.h>
#include <errno.h>
#include <unistd.h>
#include <pthread.h>
+#include "un-namespace.h"
#include "thr_private.h"
+ssize_t __readv(int fd, const struct iovec *iov, int iovcnt);
+
LT10_COMPAT_PRIVATE(__readv);
LT10_COMPAT_DEFAULT(readv);
OpenPOWER on IntegriCloud