Directly use <sys/types.h> provided by Newlib

This commit is contained in:
Sebastian Huber
2016-04-27 10:25:22 +02:00
parent 2017a6df2b
commit 3d1e767c8f
241 changed files with 245 additions and 603 deletions

View File

@@ -38,7 +38,7 @@
* $FreeBSD$
*/
#include <rtems/bsd/sys/types.h> /* for off_t */
#include <sys/types.h> /* for off_t */
#include <pthread.h>
#include <string.h>
#include <wchar.h>