summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Ischo <bji@lolita.(none)>2009-02-12 08:40:03 +1300
committerBryan Ischo <bji@lolita.(none)>2009-02-12 08:40:03 +1300
commit48b37dceec73492bfaf397e6a9ced39b5fc3e29d (patch)
tree1aab702aab988315d89aaace35f0eaedba367d53 /src
parenta079a19e63e922b3f156c34eab841c82be638316 (diff)
downloadceph-libs3-48b37dceec73492bfaf397e6a9ced39b5fc3e29d.tar.gz
* Added support for Mac OS X
* Fixed a few minor comment issues and some small makefile issues
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;