valac: Update from 0.40.3 to 0.40.4
[termux-packages] / disabled-packages / deborphan / errno.patch
1 diff --git a/src/exit.c b/src/exit.c
2 index 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
13 diff --git a/src/xalloc.c b/src/xalloc.c
14 index 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