| author | |
| committer | |
| log | 775b0c1347cdc932626d199cb22928013ee05fea |
| tree | 15f0e664867ccc5a190d3a579fae5cc34d8dcae6 |
| parent | e1345fd0a05b7dd956f027b6ad7061a9b3a15e26 |
This reverts commit aa3964477f662ea5487aa4a1e4595d174e49a89d.
This declaration is already provided by operating-system-specific files.
This is not the correct solution to the problem.
See #14013
Reopens #139501 files changed, 0 insertions(+), 1 deletions(-)
lib/std/c.zig-1| ... | ... | @@ -371,7 +371,6 @@ pub extern "c" fn pthread_rwlock_trywrlock(rwl: *c.pthread_rwlock_t) callconv(.C |
| 371 | 371 | pub extern "c" fn pthread_rwlock_unlock(rwl: *c.pthread_rwlock_t) callconv(.C) c.E; |
| 372 | 372 | |
| 373 | 373 | pub const pthread_t = *opaque {}; |
| 374 | pub const pthread_key_t = *opaque {}; | |
| 375 | 374 | pub const FILE = opaque {}; |
| 376 | 375 | |
| 377 | 376 | pub extern "c" fn dlopen(path: [*:0]const u8, mode: c_int) ?*anyopaque; |