1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Build LibC and Userland with clang as well.

This commit is contained in:
Andreas Kling 2018-11-09 14:29:00 +01:00
parent ebf308d413
commit 4914f3b837
8 changed files with 46 additions and 37 deletions

View file

@ -4,6 +4,8 @@
#include <grp.h>
#include <alloca.h>
extern "C" int main(int, char**);
int main(int argc, char** argv)
{
(void) argc;