From a88c31639bb24c73383a4528a5b77066e805148b Mon Sep 17 00:00:00 2001 From: lpleahy Date: Fri, 30 Sep 2011 23:02:35 +0000 Subject: Update the sockets library code * Passes conformance and functional tests. * Builds with GCC 4.4 compiler. Signed-off by: lpleahy git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12497 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/BsdSocketLib/bind.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'StdLib/BsdSocketLib/bind.c') diff --git a/StdLib/BsdSocketLib/bind.c b/StdLib/BsdSocketLib/bind.c index c1bf64e9e4..f544c94a47 100644 --- a/StdLib/BsdSocketLib/bind.c +++ b/StdLib/BsdSocketLib/bind.c @@ -18,9 +18,11 @@ /** Bind a name to a socket. - The ::bind routine connects a name to a socket on the local machine. The + The bind routine connects a name (network address) to a socket on the local machine. + + The POSIX - documentation for the bind routine is available online for reference. + documentation is available online. @param[in] s Socket file descriptor returned from ::socket. @@ -37,6 +39,7 @@ @param[in] namelen Specifies the length in bytes of the sockaddr structure. @return The bind routine returns zero (0) if successful and -1 upon failure. + In the case of an error, ::errno contains more information. **/ int -- cgit v1.2.3