ossp-pkg/sa/sa.pod 1.44 -> 1.45
--- sa.pod 2005/01/24 15:10:09 1.44
+++ sa.pod 2005/10/03 08:16:56 1.45
@@ -524,9 +524,6 @@
B<SA_SYSCALL_SENDTO>: "C<ssize_t (*)([void *,] int, const void *,
size_t, int, const struct sockaddr *, socklen_t)>", see sendto(2).
-B<SA_SYSCALL_GETHOSTBYNAME>: "C<struct hostent * (*)([void *,] const
-char *)>", see gethostbyname(2).
-
Example:
ssize_t
|
|