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:
wolfwood
2010-04-08 23:32:03 -04:00
parent 68e65d4802
commit 541873779c

View File

@@ -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;