mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
Various stubs while trying to get an old coreutils to build.
This commit is contained in:
parent
e440c3fa87
commit
303577df16
20 changed files with 132 additions and 23 deletions
|
@ -17,6 +17,8 @@
|
|||
#undef __P
|
||||
#define __P(a) a
|
||||
|
||||
#define offsetof(type, member) __builtin_offsetof(type, member)
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" int main(int, char**);
|
||||
#endif
|
||||
|
|
0
LibC/sys/sysmacros.h
Normal file
0
LibC/sys/sysmacros.h
Normal file
Loading…
Add table
Add a link
Reference in a new issue