mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
LibC: Remove commented-out main() prototype from sys/cdefs.h
This commit is contained in:
parent
c0deafe457
commit
401c9415b4
1 changed files with 0 additions and 4 deletions
|
@ -28,7 +28,3 @@
|
|||
#define __P(a) a
|
||||
|
||||
#define offsetof(type, member) __builtin_offsetof(type, member)
|
||||
|
||||
#ifdef __cplusplus
|
||||
//extern "C" int main(int, char**);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue