Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/libnosys/errno.c')
-rw-r--r--libgloss/libnosys/errno.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/libnosys/errno.c b/libgloss/libnosys/errno.c
new file mode 100644
index 000000000..27d8e3a3e
--- /dev/null
+++ b/libgloss/libnosys/errno.c
@@ -0,0 +1,3 @@
+/* Supply a definition of errno if one not already provided. */
+
+int errno;