summaryrefslogtreecommitdiff
path: root/lib/unistd.c
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2023-06-24 16:40:32 -0400
committerBoyuan Yang <byang@debian.org>2023-06-24 16:40:32 -0400
commit3061919e0154f7eb9a8437b57506f3e53dc431b8 (patch)
treef1fc1e16b704bfe79d25ed738e650fa157ffe909 /lib/unistd.c
parentfe9bf559d749565854d3f0a05ad2e007692f8fe9 (diff)
parent6f6f5b3182e5044b0ea2f32393263d1784d47f14 (diff)
Record a2ps (1:4.15.5-1) in archive suite siddebian/1%4.15.5-1archive/debian/1%4.15.5-1
Diffstat (limited to 'lib/unistd.c')
-rw-r--r--lib/unistd.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/unistd.c b/lib/unistd.c
new file mode 100644
index 0000000..be7a825
--- /dev/null
+++ b/lib/unistd.c
@@ -0,0 +1,22 @@
+/* Inline functions for <unistd.h>.
+
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
+
+ This file is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+
+ This file is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
+
+#include <config.h>
+
+#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE
+#include "unistd.h"
+typedef int dummy;