ossp-pkg/pth/pth.h.in 1.127 -> 1.128
--- pth.h.in 2000/10/03 09:26:47 1.127
+++ pth.h.in 2001/03/24 13:49:06 1.128
@@ -517,6 +517,10 @@
#define write pth_write
#define readv pth_readv
#define writev pth_writev
+#define recv pth_recv
+#define send pth_send
+#define recvfrom pth_recvfrom
+#define sendto pth_sendto
#define pread pth_pread
#define pwrite pth_pwrite
#endif
|
|