mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 22:11:19 +08:00
Update to FreeBSD head 2017-06-01
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
This commit is contained in:
@@ -43,9 +43,12 @@
|
||||
* when they are not required.
|
||||
*/
|
||||
#ifdef __rtems__
|
||||
#define __isthreaded 1
|
||||
#define __isthreaded 1
|
||||
#else /* __rtems__ */
|
||||
#ifndef __LIBC_ISTHREADED_DECLARED
|
||||
#define __LIBC_ISTHREADED_DECLARED
|
||||
extern int __isthreaded;
|
||||
#endif
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/*
|
||||
@@ -311,6 +314,7 @@ struct pollfd;
|
||||
struct rusage;
|
||||
struct sigaction;
|
||||
struct sockaddr;
|
||||
struct stat;
|
||||
struct timespec;
|
||||
struct timeval;
|
||||
struct timezone;
|
||||
@@ -327,8 +331,10 @@ int __sys_clock_nanosleep(__clockid_t, int,
|
||||
const struct timespec *, struct timespec *);
|
||||
int __sys_close(int);
|
||||
int __sys_connect(int, const struct sockaddr *, __socklen_t);
|
||||
__ssize_t __sys_getdirentries(int, char *, __size_t, __off_t *);
|
||||
int __sys_fcntl(int, int, ...);
|
||||
int __sys_fdatasync(int);
|
||||
int __sys_fstatat(int, const char *, struct stat *, int);
|
||||
int __sys_fsync(int);
|
||||
__pid_t __sys_fork(void);
|
||||
int __sys_ftruncate(int, __off_t);
|
||||
|
Reference in New Issue
Block a user