OpenGrok
Cross Reference: t_bind.c
xref
: /
src
/
tests
/
lib
/
libc
/
sys
/
t_bind.c
Home
|
History
|
Annotate
|
Download
|
only in
sys
History log of
/src/tests/lib/libc/sys/t_bind.c
Revision
Date
Author
Comments
1.3
05-Apr-2015
rtr
fix typo bindinging -> binding
1.2
05-Apr-2015
rtr
- ATF_REQUIRE(EINVAL == errno);
+ ATF_REQUIRE(EAFNOSUPPORT == errno);
as per http://pubs.opengroup.org/onlinepubs/009695399/functions/bind.html
while here remove some unnecessary initialization of port and addr members
and replace with a comment explaining why.
1.1
05-Apr-2015
martin
New test program for bind(2), with a single (currently eroneously failing)
test case from Tyler Retzlaff.
Indexes created Sat Sep 20 22:09:52 GMT 2025