Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115590233
D45830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
763 B
Referenced Files
None
Subscribers
None
D45830.diff
View Options
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -190,7 +190,7 @@
PJT_MAX
} pjt_index_t;
-typedef int (*pthread_func_t)(void);
+typedef void (*pthread_func_t)(void);
typedef pthread_func_t pthread_func_entry_t[2];
extern pthread_func_entry_t __thr_jtable[];
@@ -199,7 +199,7 @@
int _pthread_mutex_init_calloc_cb_stub(pthread_mutex_t *mutex,
void *(calloc_cb)(__size_t, __size_t));
-typedef int (*interpos_func_t)(void);
+typedef void (*interpos_func_t)(void);
interpos_func_t *__libc_interposing_slot(int interposno);
extern interpos_func_t __libc_interposing[] __hidden;
interpos_func_t *__libsys_interposing_slot(int interposno);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 6:36 PM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17807784
Default Alt Text
D45830.diff (763 B)
Attached To
Mode
D45830: libthr: avoid gcc -Wcast-function-type
Attached
Detach File
Event Timeline
Log In to Comment