texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: add untracked gnulib file


From: Gavin D. Smith
Subject: branch master updated: add untracked gnulib file
Date: Sat, 24 Jul 2021 16:04:11 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 221fbc4  add untracked gnulib file
221fbc4 is described below

commit 221fbc41d7a89ecf71d2dc8a705d3cda6ba2e2eb
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jul 24 21:04:01 2021 +0100

    add untracked gnulib file
---
 tp/Texinfo/XS/gnulib/lib/unistd.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/tp/Texinfo/XS/gnulib/lib/unistd.c 
b/tp/Texinfo/XS/gnulib/lib/unistd.c
new file mode 100644
index 0000000..0763456
--- /dev/null
+++ b/tp/Texinfo/XS/gnulib/lib/unistd.c
@@ -0,0 +1,22 @@
+/* Inline functions for <unistd.h>.
+
+   Copyright (C) 2012-2021 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]