summaryrefslogtreecommitdiff
path: root/dev-build/kbuild/files/kbuild-0.1.9998.3660-gcc-15.patch
blob: 0ab71235a98245238e3c35437779ac0e8bed881c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/src/kmk/glob/fnmatch.c b/src/kmk/glob/fnmatch.c
index b346e10..008a4a7 100644
--- a/src/kmk/glob/fnmatch.c
+++ b/src/kmk/glob/fnmatch.c
@@ -120,14 +120,6 @@ USA.  */
 /* Avoid depending on library functions or files
    whose names are inconsistent.  */
 
-# if !defined _LIBC && !defined getenv && !defined _MSC_VER
-extern char *getenv ();
-# endif
-
-# ifndef errno
-extern int errno;
-# endif
-
 /* This function doesn't exist on most systems.  */
 
 # if !defined HAVE___STRCHRNUL && !defined _LIBC