| author | |
| committer | |
| log | 8e9a33b82c1f8cbc457e7d0af37605952db0c4ae |
| tree | f2812e2f51731ee6b0d606ba43f738927e77314a |
| parent | dad7eea8d9c8dee3f74ee1cd5533aa18f17b08d8 |
This reverts commit 3ef91233caf2c637797d84527a4e78f870e4b4b9, reversing
changes made to 2839e35d1c06ca5b6bda1f20ae870f2b2fbbbfb1.2 files changed, 0 insertions(+), 3 deletions(-)
lib/std/c/dragonfly.zig-1| ... | ... | @@ -21,7 +21,6 @@ pub extern "c" fn dl_iterate_phdr(callback: dl_iterate_phdr_callback, data: ?*an |
| 21 | 21 | pub extern "c" fn lwp_gettid() c_int; |
| 22 | 22 | |
| 23 | 23 | pub extern "c" fn posix_memalign(memptr: *?*anyopaque, alignment: usize, size: usize) c_int; |
| 24 | pub extern "c" fn malloc_usable_size(?*const anyopaque) usize; | |
| 25 | 24 | |
| 26 | 25 | pub const pthread_mutex_t = extern struct { |
| 27 | 26 | inner: ?*anyopaque = null, |
lib/std/c/haiku.zig-2| ... | ... | @@ -1071,5 +1071,3 @@ pub const sigevent = extern struct { |
| 1071 | 1071 | |
| 1072 | 1072 | /// TODO refines if necessary |
| 1073 | 1073 | pub const PTHREAD_STACK_MIN = 2 * 4096; |
| 1074 | ||
| 1075 | pub extern "c" fn malloc_usable_size(?*anyopaque) usize; |