diff options
author | davidxu <davidxu@FreeBSD.org> | 2008-04-02 08:53:18 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2008-04-02 08:53:18 +0000 |
commit | d00a98a4e8175ee4d7b1667493169cc971186183 (patch) | |
tree | d61a47e63d4222c222a99adeabe39889fa24ca45 /lib/libc/include/namespace.h | |
parent | aa2019ec007907a475ce729885d3253520cef345 (diff) | |
download | FreeBSD-src-d00a98a4e8175ee4d7b1667493169cc971186183.zip FreeBSD-src-d00a98a4e8175ee4d7b1667493169cc971186183.tar.gz |
Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.
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 63b09fd..22c3f64 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 |