diff options
Diffstat (limited to 'sysdeps/unix/telldir.c')
-rw-r--r-- | sysdeps/unix/telldir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/telldir.c b/sysdeps/unix/telldir.c index f0ad95fd7c..b1c7952c05 100644 --- a/sysdeps/unix/telldir.c +++ b/sysdeps/unix/telldir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ #include <dirstream.h> /* Return the current position of DIRP. */ -off_t +long int telldir (DIR *dirp) { return dirp->filepos; |