Changeset 8edacbc in mainline


Ignore:
Timestamp:
2010-02-23T22:46:11Z (14 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e99277
Parents:
9b87284
Message:
  • a missing socket() return value added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/socket.h

    r9b87284 r8edacbc  
    6161 *  @returns EPROTONOSUPPORT if the protocol is not supported.
    6262 *  @returns ENOMEM if there is not enough memory left.
     63 *  @returns ELIMIT if there was not a free socket identifier found this time.
    6364 *  @returns Other error codes as defined for the NET_SOCKET message.
    6465 *  @returns Other error codes as defined for the bind_service_timeout() function.
Note: See TracChangeset for help on using the changeset viewer.