diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-08 22:44:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-08 22:44:45 +0000 |
commit | 02859f472bec7ec0049d86847f397d1d581488d5 (patch) | |
tree | 8880301a81e4813c1a4d6612568f88fbf8c4a646 /locale | |
parent | a2e1b046f6891ac76830353f7afc97b0c6d27a64 (diff) | |
download | glibc-02859f472bec7ec0049d86847f397d1d581488d5.zip glibc-02859f472bec7ec0049d86847f397d1d581488d5.tar.gz glibc-02859f472bec7ec0049d86847f397d1d581488d5.tar.bz2 |
Thu Dec 14 02:28:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob.c (glob_in_dir): Cast result of opendir to __ptr_t,
and cast STREAM to DIR * before passing to readdir and closedir.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 4 | ||||
-rw-r--r-- | locale/locfile-hash.c (renamed from locale/hash.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index 7e9475b..e4fbe29 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1995, 1996 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 @@ -37,7 +37,7 @@ extra-objs = $(localedef-modules:=.o) $(locale-modules:=.o) \ localedef-modules := charmap locfile-lex locfile-parse locale-ctype \ monetary messages collate numeric locale-modules := ctypedump -lib-modules := hash xmalloc +lib-modules := locfile-hash xmalloc GPERF = gperf diff --git a/locale/hash.c b/locale/locfile-hash.c index 75cb77f..75cb77f 100644 --- a/locale/hash.c +++ b/locale/locfile-hash.c |