chiark / gitweb /
[PATCH] klibc specific tweaks
[elogind.git] / klibc / klibc / globals.c
1 /*
2  * globals.c
3  *
4  * These have to be defined somewhere...
5  */
6 #include <errno.h>
7 #include <unistd.h>
8
9 int errno;
10 char **environ;