chiark / gitweb /
create_floppy_devices: add tool to create floppy nodes based on sysfs info
[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;