Differences between current version and previous revision of bind(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Tuesday, December 31, 2002 2:48:39 am | by PerryLorier | |
Older page: | version 3 | Last edited on Tuesday, October 29, 2002 11:30:53 pm | by PerryLorier | Revert |
@@ -52,5 +52,5 @@
!!NOTE
The third argument of __bind__ is in reality an int (and this is what BSD 4.* and libc4 and libc5 have). Some POSIX confusion resulted in the present socklen_t. The draft standard has not been adopted yet, but glibc2 already follows it and also has socklen_t. See also accept(2).
!!SEE ALSO
-accept(2), connect(2), listen(2), socket(2), getsockname(2), ip(7), socket(7)
+accept(2), connect(2), listen(2), socket(2), getsockname(2), ip(7), socket(7), CategorySocketSysCalls