Changeset bcafa70 in mainline
- Timestamp:
- 2010-10-06T19:02:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe5d3c1b
- Parents:
- 058edb6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/net/socket_codes.h
r058edb6 rbcafa70 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 62 62 /*@}*/ 63 63 64 /** Socket types. 65 */ 64 /** Socket types. */ 66 65 typedef enum sock_type { 67 66 /** Stream (connection oriented) socket. */ … … 74 73 75 74 /** Type definition of the socket length. */ 76 typedef int32_t 75 typedef int32_t socklen_t; 77 76 78 77 #endif
Note:
See TracChangeset
for help on using the changeset viewer.