diff options
Diffstat (limited to 'lib/libc/include/namespace.h')
-rw-r--r-- | lib/libc/include/namespace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 95acce4..ddffa82 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -70,6 +70,7 @@ #define pthread_mutexattr_destroy _pthread_mutexattr_destroy #define pthread_mutexattr_settype _pthread_mutexattr_settype #define pthread_once _pthread_once +#define pthread_self _pthread_self #define pthread_setspecific _pthread_setspecific #define read _read #define readv _readv @@ -115,7 +116,6 @@ #define pthread_rwlock_wrlock _pthread_rwlock_wrlock #define pthread_rwlockattr_init _pthread_rwlockattr_init #define pthread_rwlockattr_destroy _pthread_rwlockattr_destroy -#define pthread_self _pthread_self #define sched_yield _sched_yield #define sendfile _sendfile #define shutdown _shutdown |