mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 00:44:31 -08:00
[libc] Add stubbed-out stdio and libdl functions
In order to fix link errors with libunwind, stub out these functions for now.
This commit is contained in:
5
src/libraries/libc/stdio/stdio.cpp
Normal file
5
src/libraries/libc/stdio/stdio.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
FILE *stdin = nullptr;
|
||||
FILE *stdout = nullptr;
|
||||
FILE *stderr = nullptr;
|
||||
Reference in New Issue
Block a user