summaryrefslogtreecommitdiffstats
path: root/usr/klibc/nullenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/klibc/nullenv.c')
-rw-r--r--usr/klibc/nullenv.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/klibc/nullenv.c b/usr/klibc/nullenv.c
new file mode 100644
index 0000000..ba7e71c
--- /dev/null
+++ b/usr/klibc/nullenv.c
@@ -0,0 +1,8 @@
+/*
+ * nullenv.c
+ */
+
+#include <stddef.h>
+#include "env.h"
+
+char * const __null_environ[] = { NULL };