mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 10:33:57 +08:00
Update to FreeBSD head 2018-09-17
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
This commit is contained in:
@@ -409,8 +409,6 @@ int __sys_futimens(int fd, const struct timespec *times) __hidden;
|
||||
int __sys_utimensat(int fd, const char *path,
|
||||
const struct timespec *times, int flag) __hidden;
|
||||
|
||||
__size_t __arc4_sysctl(unsigned char *, __size_t);
|
||||
|
||||
/* execve() with PATH processing to implement posix_spawnp() */
|
||||
int _execvpe(const char *, char * const *, char * const *);
|
||||
|
||||
|
@@ -126,6 +126,7 @@
|
||||
#define pthread_detach _pthread_detach
|
||||
#define pthread_equal _pthread_equal
|
||||
#define pthread_exit _pthread_exit
|
||||
#define pthread_get_name_np _pthread_get_name_np
|
||||
#define pthread_getaffinity_np _pthread_getaffinity_np
|
||||
#define pthread_getconcurrency _pthread_getconcurrency
|
||||
#define pthread_getcpuclockid _pthread_getcpuclockid
|
||||
|
@@ -116,6 +116,7 @@
|
||||
#undef pthread_detach
|
||||
#undef pthread_equal
|
||||
#undef pthread_exit
|
||||
#undef pthread_get_name_np
|
||||
#undef pthread_getaffinity_np
|
||||
#undef pthread_getconcurrency
|
||||
#undef pthread_getcpuclockid
|
||||
|
Reference in New Issue
Block a user