summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c')
-rw-r--r--java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c b/java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c
new file mode 100644
index 000000000000..04b106d7778b
--- /dev/null
+++ b/java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c
@@ -0,0 +1,28 @@
+
+$FreeBSD$
+
+--- ../src/solaris/hpi/green_threads/src/iomgr.c.orig Wed Sep 12 12:39:31 2001
++++ ../src/solaris/hpi/green_threads/src/iomgr.c Wed Sep 12 12:39:43 2001
+@@ -716,6 +716,22 @@
+ WRAPFUNC(read);
+ WRAPFUNC(write);
+ WRAPFUNC(fcntl);
++#if __FreeBSD__ >= 5
++ WRAPFUNC(writev);
++ WRAPFUNC(readv);
++ WRAPFUNC(poll);
++ WRAPFUNC(sendto);
++ WRAPFUNC(dup);
++ WRAPFUNC(accept);
++ WRAPFUNC(recvfrom);
++ WRAPFUNC(socket);
++ WRAPFUNC(connect);
++ WRAPFUNC(select);
++ WRAPFUNC(pipe);
++ WRAPFUNC(creat);
++ WRAPFUNC(recv);
++ WRAPFUNC(send);
++#endif
+ __dummy();
+ }
+ #else