summaryrefslogtreecommitdiffstats
path: root/usr/klibc/nullenv.c
blob: ba7e71c4820893c4aa2efc5b1944771df06f5a71 (plain)
1
2
3
4
5
6
7
8
/*
 * nullenv.c
 */

#include <stddef.h>
#include "env.h"

char * const __null_environ[] = { NULL };