From e8df07e5aae1419b98df908ca680093606df32a5 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 25 Mar 2008 13:28:12 +0000 Subject: Compile libthr with warnings. --- lib/libc/include/un-namespace.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/include') diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index a3aa980..ae19d7b 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -65,6 +65,7 @@ #undef pthread_atfork #undef pthread_attr_destroy #undef pthread_attr_get_np +#undef pthread_attr_getaffinity_np #undef pthread_attr_getdetachstate #undef pthread_attr_getguardsize #undef pthread_attr_getinheritsched @@ -75,6 +76,7 @@ #undef pthread_attr_getstackaddr #undef pthread_attr_getstacksize #undef pthread_attr_init +#undef pthread_attr_setaffinity_np #undef pthread_attr_setcreatesuspend_np #undef pthread_attr_setdetachstate #undef pthread_attr_setguardsize @@ -112,6 +114,7 @@ #undef pthread_equal #undef pthread_exit #undef pthread_getconcurrency +#undef pthread_getcpuclockid #undef pthread_getprio #undef pthread_getschedparam #undef pthread_getspecific -- cgit v1.1