Commit Graph

11 Commits

Author SHA1 Message Date
otavepto
2cbc786430 revert the workaround for the usage of private/hidden glibc exports on linux, and fix it by directly calling the corresponding functions without the ver parameter: stat, lstat, stat64, lstat64, mknod.
might break stuff!
reverts 3b6663ca99
2024-03-01 13:35:39 +02:00
otavepto
440d8335e2 fixed a bunch of includes 2023-12-28 01:30:46 +02:00
ayaka
3b6663ca99 (PR https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/merge_requests/42) dll/wrap: fix build for glibc 2.33
I don't think I need the step that converting to legacy struct.

Signed-off-by: ayaka <ayaka@soulik.info>
2023-12-14 04:18:06 +02:00
Nemirtingas
fe9bbd1104 Add a common include file. 2020-07-16 11:56:24 +02:00
Mr_Goldberg
657a36a21a
Fix build. 2020-05-01 13:25:51 -04:00
Mr_Goldberg
3c02f88b5d
Fix steamclient windows build. 2020-05-01 12:19:41 -04:00
gion
12e9b31b30 Bug fixes. 2020-02-29 16:33:30 +01:00
gion
33180f1b0d Merge branch 'master' of gitlab.com:Mr_Goldberg/goldberg_emulator 2020-01-16 00:59:39 +01:00
gion
d1b901a491 Ops, too many frees. 2020-01-16 00:55:38 +01:00
gion
86d7806f27 Implement case insensitive filesystem access. 2020-01-15 20:37:41 +01:00
gion
1ef69bec74 Add missing Linux exports. 2020-01-10 13:14:09 +01:00