Skip to content
Snippets Groups Projects
Commit 4f2d3814 authored by Ayan Shafqat's avatar Ayan Shafqat
Browse files

Fixed broken build on Arch Linux

parent ecb40fb1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@
#include "stat.h"
#include "param.h"
#ifndef static_assert
#define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0)
#endif
#define NINODES 200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment