diff options
Diffstat (limited to 'lib/libpthread/pthreads/stat.c')
-rw-r--r-- | lib/libpthread/pthreads/stat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/pthreads/stat.c b/lib/libpthread/pthreads/stat.c index 56e65a48c60..3d5872187bf 100644 --- a/lib/libpthread/pthreads/stat.c +++ b/lib/libpthread/pthreads/stat.c @@ -36,7 +36,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: stat.c,v 1.1 1998/07/21 13:20:26 peter Exp $"; +static const char rcsid[] = "$Id: stat.c,v 1.2 1998/07/22 10:46:55 peter Exp $"; #endif #include <pthread.h> @@ -94,7 +94,6 @@ int lstat(const char * path, struct stat * buf) } -#ifdef HAVE_SYSCALL_FSTATFS /* ========================================================================== * fstatfs() * @@ -113,4 +112,3 @@ int fstatfs(int fd, struct statfs *buf) } return(ret); } -#endif |