summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s3.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/s3.c b/src/s3.c
index 885a8bc..4f8bdc1 100644
--- a/src/s3.c
+++ b/src/s3.c
@@ -47,14 +47,6 @@
#endif
-// Something is weird with glibc ... setenv/unsetenv/ftruncate are not defined
-// in stdlib.h as they should be. And fileno is not in stdio.h
-extern int setenv(const char *, const char *, int);
-extern int unsetenv(const char *);
-extern int ftruncate(int, off_t);
-extern int fileno(FILE *);
-
-
// Command-line options, saved as globals ------------------------------------
static int forceG = 0;