1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #806 from Kijewski/sem-pthread-native

native/posix: Don't include sys/types.h in semaphore.h
This commit is contained in:
Christian Mehlis 2014-03-03 17:36:46 +01:00
commit ef1d9836d3

View File

@ -1,7 +1,6 @@
#ifndef _SEMAPHORE_H
#define _SEMAPHORE_H 1
#include <sys/types.h>
#include <time.h>
/** Value returned if `sem_open' failed. */