Changeset 1614 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- Nov 5, 2004, 3:16:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r1613 r1614 598 598 * 599 599 * @returns 0 on success. 600 * @returns -1 and errnoon failure.600 * @returns Negative error code (errno.h) on failure. 601 601 * @param iSocket The new socket. 602 602 */ … … 607 607 * 608 608 * @returns The new reference count. 609 * @returns -1 and errnoon failure.609 * @returns Negative error code (errno.h) on failure. 610 610 * @param iSocket socket to reference. 611 611 */ … … 617 617 * @returns The new reference count. 618 618 * The caller must close the socket if 0 is returned. 619 * @returns -1 and errnoon failure.619 * @returns Negative error code (errno.h) on failure. 620 620 * @param iSocket Socket to dereference. 621 621 */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.