mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-27 18:23:14 +01:00
fended off copious missing symbol bullshits with generous helpings of slovak folk-magic. candy was had by all. no .eh_frame_hdr un-error remains, but exe is produced
This commit is contained in:
@@ -105,6 +105,11 @@ read(int file, char *ptr, int len) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int fstat(int file, struct stat *st) {
|
||||
st->st_mode = S_IFCHR;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
stat(const char* file, struct stat *st) {
|
||||
st->st_mode = S_IFCHR;
|
||||
|
||||
Reference in New Issue
Block a user