diff options
Diffstat (limited to 'src/stdlib/__stdlib.c')
-rw-r--r-- | src/stdlib/__stdlib.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/__stdlib.c b/src/stdlib/__stdlib.c index 6fcfd82b..aa67fa10 100644 --- a/src/stdlib/__stdlib.c +++ b/src/stdlib/__stdlib.c @@ -1,3 +1,5 @@ +#if 0 + #include "_stdlib.h" struct __stdlib __stdlib; @@ -5,3 +7,6 @@ struct __stdlib __stdlib; /* STDC(0) */ + + +#endif |