Page MenuHomeFreeBSD

D19236.id54045.diff
No OneTemporary

D19236.id54045.diff

Index: include/pthread.h
===================================================================
--- include/pthread.h
+++ include/pthread.h
@@ -209,9 +209,14 @@
int pthread_cond_wait(pthread_cond_t * __restrict,
pthread_mutex_t * __restrict __mutex)
__requires_exclusive(*__mutex);
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wbuiltin-requires-header"
int pthread_create(pthread_t * __restrict,
const pthread_attr_t * __restrict, void *(*) (void *),
void * __restrict);
+#pragma clang diagnostic pop
+
int pthread_detach(pthread_t);
int pthread_equal(pthread_t, pthread_t);
void pthread_exit(void *) __dead2;

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 17, 10:01 PM (8 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35178661
Default Alt Text
D19236.id54045.diff (669 B)

Event Timeline