From a3ec215973c3653ebdeb81dcdd1274519c376a3d Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sun, 21 Aug 2016 05:23:24 +0000 Subject: diffutils-3.5 --- lib/unistd.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/unistd.c (limited to 'lib/unistd.c') diff --git a/lib/unistd.c b/lib/unistd.c new file mode 100644 index 0000000..72bad1c --- /dev/null +++ b/lib/unistd.c @@ -0,0 +1,4 @@ +#include +#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE +#include "unistd.h" +typedef int dummy; -- cgit v1.2.1