mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 17:46:35 +08:00
Directly use <sys/_types.h> provided by Newlib
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#ifndef _LIBC_PRIVATE_H_
|
||||
#define _LIBC_PRIVATE_H_
|
||||
#include <rtems/bsd/sys/_types.h>
|
||||
#include <sys/_types.h>
|
||||
#include <sys/_pthreadtypes.h>
|
||||
|
||||
/*
|
||||
@@ -230,7 +230,7 @@ extern void (*__cleanup)(void);
|
||||
* for the wrapped "new" pad-less syscalls are here for now.
|
||||
*/
|
||||
extern int __getosreldate(void);
|
||||
#include <rtems/bsd/sys/_types.h>
|
||||
#include <sys/_types.h>
|
||||
/* Without pad */
|
||||
extern __off_t __sys_lseek(int, __off_t, int);
|
||||
extern int __sys_ftruncate(int, __off_t);
|
||||
|
Reference in New Issue
Block a user