1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 21:27:09 +00:00
termux-packages/disabled-packages/deborphan/errno.patch
2016-08-11 09:34:32 -04:00

26 lines
431 B
Diff

diff --git a/src/exit.c b/src/exit.c
index e76a75e..99cfbdd 100644
--- a/src/exit.c
+++ b/src/exit.c
@@ -21,7 +21,6 @@
#ifdef HAVE_ERRNO_H
# include <errno.h>
-extern int errno;
#endif
#ifdef ENABLE_NLS
diff --git a/src/xalloc.c b/src/xalloc.c
index 8c830e7..43cfb64 100644
--- a/src/xalloc.c
+++ b/src/xalloc.c
@@ -22,7 +22,6 @@
#ifdef HAVE_ERRNO_H
# include <errno.h>
-extern int errno;
#endif
#ifdef STDC_HEADERS