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

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/gunzip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c
index e31a0f7fb..b27ebeda8 100644
--- a/archival/gunzip.c
+++ b/archival/gunzip.c
@@ -364,9 +364,6 @@ extern void flush_outbuf (void);
static void flush_window (void);
extern void write_buf (int fd, void * buf, unsigned cnt);
-#ifndef __linux__
-static char *basename (char *fname);
-#endif /* not __linux__ */
void read_error_msg (void);
void write_error_msg (void);