1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Oleg Hahm 35074a6ad1 posix socket: align size of sa_family_t with Linux
Linux defines `sa_family_t` as `unsigned short int`. In order to be compatible with Linux code, RIOT should define it the same way.
2016-01-07 11:12:35 +01:00
..
include posix socket: align size of sa_family_t with Linux 2016-01-07 11:12:35 +01:00
pthread sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
semaphore posix_semaphore: port to xtimer 2015-11-24 14:06:00 +01:00
sockets Merge pull request #4468 from cgundogan/pr/posix_sockets/close_fd_fix 2015-12-12 12:13:51 +01:00
doc.txt doc: fix posix wrapper documentation 2014-12-06 02:05:51 +01:00
fd.c sys: remove obsolete posix_io code 2015-11-20 00:43:57 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
unistd.c sys: posix: switch to xtimer for sleep/usleep 2015-11-20 00:54:29 +01:00