Skip to content

Commit 5b0164d

Browse files
Temporarily remove esetfunc from testing
1 parent 2064b7a commit 5b0164d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libc-test/semver/netbsd.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ emalloc
12411241
erand48
12421242
erealloc
12431243
ereallocarr
1244-
esetfunc
12451244
estrdup
12461245
estrndup
12471246
estrlcat

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,6 +2950,7 @@ extern "C" {
29502950
) -> ::uintmax_t;
29512951
pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
29522952
pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
2953+
// FIXME: add to semver once https://github.com/JohnTitor/ctest2/issues/58 is resolved
29532954
pub fn esetfunc(
29542955
cb: ::Option<unsafe extern "C" fn(::c_int, *const ::c_char, ...)>,
29552956
) -> ::Option<unsafe extern "C" fn(::c_int, *const ::c_char, ...)>;

0 commit comments

Comments
 (0)