mirror of
https://github.com/janet-lang/janet
synced 2025-11-14 06:17:15 +00:00
Implement sys v abi on x64 partially.
This commit is contained in:
@@ -159,5 +159,8 @@ void janet_lib_ev(JanetTable *env);
|
||||
void janet_ev_mark(void);
|
||||
int janet_make_pipe(JanetHandle handles[2], int mode);
|
||||
#endif
|
||||
#ifdef JANET_FFI
|
||||
void janet_lib_ffi(JanetTable *env);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user