[riot-commits] [RIOT-OS/RIOT] 562983: pnet: accept should return a new generated file de...
Martine Lenders
authmillenon at gmail.com
Tue Jun 3 14:25:58 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 56298378eea56b724cbd2414d1a152546775f127
https://github.com/RIOT-OS/RIOT/commit/56298378eea56b724cbd2414d1a152546775f127
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M sys/posix/pnet/sys_socket.c
Log Message:
-----------
pnet: accept should return a new generated file descriptor
>From man page:
On success, these system calls return a nonnegative integer that is a
descriptor for the accepted socket. On error, -1 is returned, and errno
is set appropriately.
Commit: eb75093cfcaea40e934623b894854c7bf05987ba
https://github.com/RIOT-OS/RIOT/commit/eb75093cfcaea40e934623b894854c7bf05987ba
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M sys/posix/pnet/sys_socket.c
Log Message:
-----------
Merge pull request #1262 from cgundogan/fix_posix_accept
pnet: accept should return a new generated file descriptor
Compare: https://github.com/RIOT-OS/RIOT/compare/fb6197af3938...eb75093cfcae
More information about the commits
mailing list