mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibC: Remove commented-out main() prototype from sys/cdefs.h
This commit is contained in:
parent
c0deafe457
commit
401c9415b4
Notes:
sideshowbarker
2024-07-18 00:53:45 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/401c9415b43
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…
Reference in a new issue