diff options
Diffstat (limited to 'libgnu/unistd.c')
| -rw-r--r-- | libgnu/unistd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgnu/unistd.c b/libgnu/unistd.c new file mode 100644 index 00000000..72bad1c0 --- /dev/null +++ b/libgnu/unistd.c @@ -0,0 +1,4 @@ +#include <config.h> +#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE +#include "unistd.h" +typedef int dummy; |
