diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-18 20:44:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-18 20:44:21 +0000 |
commit | be69ea41ebade5819509b32e1b41ce1853392611 (patch) | |
tree | 0371b8fbbefb4703b76542407c265fbc3b79d3bb /sysdeps/mach | |
parent | a38f13baf0fd4ee63833371bb867bcd09bb866c9 (diff) | |
download | glibc-be69ea41ebade5819509b32e1b41ce1853392611.zip glibc-be69ea41ebade5819509b32e1b41ce1853392611.tar.gz glibc-be69ea41ebade5819509b32e1b41ce1853392611.tar.bz2 |
Sat Mar 18 14:07:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdio/vfscanf.c: Grok positional parameter specs (i.e. %3$d
means %d from 3rd arg).
* sysdeps/mach/hurd/closedir.c: Include hurd/fd.h.
* stdlib/strtol.c: If !GROUP, set END to null. In loop, test only
END, not GROUP.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/closedir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/closedir.c b/sysdeps/mach/hurd/closedir.c index bb970ae..6ac86a6 100644 --- a/sysdeps/mach/hurd/closedir.c +++ b/sysdeps/mach/hurd/closedir.c @@ -23,6 +23,7 @@ Cambridge, MA 02139, USA. */ #include <dirent.h> #include <unistd.h> #include <hurd.h> +#include <hurd/fd.h> /* Close the directory stream DIRP. Return 0 if successful, -1 if not. */ |