diff options
Diffstat (limited to 'gl/unistd.c')
-rw-r--r-- | gl/unistd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gl/unistd.c b/gl/unistd.c new file mode 100644 index 00000000..6c6a8e26 --- /dev/null +++ b/gl/unistd.c @@ -0,0 +1,3 @@ +#include <config.h> +#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE +#include "unistd.h" |