--- pth.3 2001/02/25 17:15:54 1.226
+++ pth.3 2001/03/24 13:49:06 1.227
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.02
-.\" Sun Feb 25 18:13:54 2001
+.\" Sat Mar 24 14:44:57 2001
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -2030,9 +2030,10 @@
This variant is available on all platforms and can \fIalways\fR be enabled by
building \fBPth\fR with \f(CW\*(C`\-\-enable\-syscall\-soft\*(C'\fR. This then triggers some
\&\f(CW\*(C`#define\*(C'\fR's in the \f(CW\*(C`pth.h\*(C'\fR header which map for instance \fIread\fR\|(3) to
-\&\fIpth_read\fR\|(3), etc. Currently the following functions are mapped: \fIfork\fR\|(2),
+\&\fIpth_read\fR\|(3), etc. Currently the following functions are mapped: \fIfork\fR\|(2),
\&\fIsleep\fR\|(3), \fIsigwait\fR\|(3), \fIwaitpid\fR\|(2), \fIsystem\fR\|(3), \fIselect\fR\|(2), \fIpoll\fR\|(2),
-\&\fIconnect\fR\|(2), \fIaccept\fR\|(2), \fIread\fR\|(2), \fIwrite\fR\|(2).
+\&\fIconnect\fR\|(2), \fIaccept\fR\|(2), \fIread\fR\|(2), \fIwrite\fR\|(2), \fIrecv\fR\|(2), \fIsend\fR\|(2), \fIrecvfrom\fR\|(2),
+\&\fIsendto\fR\|(2).
.PP
The drawback of this approach is just that really all source files
of the application where these function calls occur have to include
|