Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162788774
D19236.id54045.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
669 B
Referenced Files
None
Subscribers
None
D19236.id54045.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19236: Fix clang error builtin-requires-header on pthread_create
Attached
Detach File
Event Timeline
Log In to Comment