diff options
| author | David Xu <davidxu@FreeBSD.org> | 2008-04-02 08:53:18 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2008-04-02 08:53:18 +0000 |
| commit | 7a30bcf04b0364f36309b3de874cee751ad6d6a8 (patch) | |
| tree | d61a47e63d4222c222a99adeabe39889fa24ca45 /lib/libc/include/namespace.h | |
| parent | 8b873a232878671d25d7dcf1220c1188da0dbc49 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include/namespace.h')
| -rw-r--r-- | lib/libc/include/namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 63b09fdf10aa..22c3f6402e23 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -132,6 +132,7 @@ #define pthread_detach _pthread_detach #define pthread_equal _pthread_equal #define pthread_exit _pthread_exit +#define pthread_getaffinity_np _pthread_getaffinity_np #define pthread_getconcurrency _pthread_getconcurrency #define pthread_getcpuclockid _pthread_getcpuclockid #define pthread_getprio _pthread_getprio @@ -182,6 +183,7 @@ #define pthread_rwlockattr_setpshared _pthread_rwlockattr_setpshared #define pthread_self _pthread_self #define pthread_set_name_np _pthread_set_name_np +#define pthread_setaffinity_np _pthread_setaffinity_np #define pthread_setcancelstate _pthread_setcancelstate #define pthread_setcanceltype _pthread_setcanceltype #define pthread_setconcurrency _pthread_setconcurrency |
