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 0000000..6c6a8e2 --- /dev/null +++ b/gl/unistd.c | |||
@@ -0,0 +1,3 @@ | |||
1 | #include <config.h> | ||
2 | #define _GL_UNISTD_INLINE _GL_EXTERN_INLINE | ||
3 | #include "unistd.h" | ||