aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/libc/stddef.h')
-rw-r--r--src/userspace/libc/stddef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/userspace/libc/stddef.h b/src/userspace/libc/stddef.h
deleted file mode 100644
index 09dc508..0000000
--- a/src/userspace/libc/stddef.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef MELVIX_STDDEF_H
-#define MELVIX_STDDEF_H
-
-// size_t
-
-#define NULL ((void *)0)
-
-#endif \ No newline at end of file