Update to ubuntu 18.04 in docker image
[termux-packages] / disabled-packages / deborphan / errno.patch
CommitLineData
5cb3a6f0
FF
1diff --git a/src/exit.c b/src/exit.c
2index e76a75e..99cfbdd 100644
3--- a/src/exit.c
4+++ b/src/exit.c
5@@ -21,7 +21,6 @@
6
7 #ifdef HAVE_ERRNO_H
8 # include <errno.h>
9-extern int errno;
10 #endif
11
12 #ifdef ENABLE_NLS
13diff --git a/src/xalloc.c b/src/xalloc.c
14index 8c830e7..43cfb64 100644
15--- a/src/xalloc.c
16+++ b/src/xalloc.c
17@@ -22,7 +22,6 @@
18
19 #ifdef HAVE_ERRNO_H
20 # include <errno.h>
21-extern int errno;
22 #endif
23
24 #ifdef STDC_HEADERS
25