Changeset 1772
- Timestamp:
- Jan 17, 2005, 3:51:14 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/libsocket/soclose.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1771 r1772 45 45 if (!__libc_FHClose(socket)) 46 46 LIBCLOG_RETURN_INT(0); 47 /* Convert EBADF to ENOTSOCK (although this normally won't happen). */ 48 if (errno == EBADF) 49 errno = ENOTSOCK; 47 50 __libc_TcpipSetSocketErrno(); 48 51 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.