File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11263,7 +11263,7 @@ const private = struct {
11263
11263
extern "c" fn __msync13 (addr : * align (page_size ) const anyopaque , len : usize , flags : c_int ) c_int ;
11264
11264
extern "c" fn __nanosleep50 (rqtp : * const timespec , rmtp : ? * timespec ) c_int ;
11265
11265
extern "c" fn __sigaction14 (sig : c_int , noalias act : ? * const Sigaction , noalias oact : ? * Sigaction ) c_int ;
11266
- extern "c" fn __sigfillset14 (set : ? * sigset_t ) void ;
11266
+ extern "c" fn __sigfillset14 (set : ? * sigset_t ) c_int ;
11267
11267
extern "c" fn __sigprocmask14 (how : c_int , noalias set : ? * const sigset_t , noalias oset : ? * sigset_t ) c_int ;
11268
11268
extern "c" fn __socket30 (domain : c_uint , sock_type : c_uint , protocol : c_uint ) c_int ;
11269
11269
extern "c" fn __stat50 (path : [* :0 ]const u8 , buf : * Stat ) c_int ;
You can’t perform that action at this time.
0 commit comments