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 /posix/glob/ChangeLog | |
parent | a2e1b046f6891ac76830353f7afc97b0c6d27a64 (diff) | |
download | glibc-02859f472bec7ec0049d86847f397d1d581488d5.tar.gz glibc-02859f472bec7ec0049d86847f397d1d581488d5.tar.xz glibc-02859f472bec7ec0049d86847f397d1d581488d5.zip |
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 'posix/glob/ChangeLog')
-rw-r--r-- | posix/glob/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog index ac27755ce6..1dd02efc03 100644 --- a/posix/glob/ChangeLog +++ b/posix/glob/ChangeLog @@ -1,3 +1,8 @@ +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. + Mon Dec 11 20:07:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * posix/glob.c [! STDC_HEADERS]: Declare getenv. |