diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-01 17:42:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-01 17:42:49 +0000 |
commit | bc47d7a85be6334801853aaee489c875646ecb00 (patch) | |
tree | 5ca5b19b984df9d5a57e87478ccecd2d04845454 /posix/glob | |
parent | e9607dbeb9bc1bd07bd1782db915b4b21a983801 (diff) | |
download | glibc-bc47d7a85be6334801853aaee489c875646ecb00.tar.gz glibc-bc47d7a85be6334801853aaee489c875646ecb00.tar.xz glibc-bc47d7a85be6334801853aaee489c875646ecb00.zip |
Regenerated
Fri Mar 1 10:09:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * posix/glob.c: Use canonical code from autoconf manual for dirent include. [_D_NAMLEN]: Redefine NAMLEN using this. (glob_in_dir): Use NAMLEN macro.
Diffstat (limited to 'posix/glob')
-rw-r--r-- | posix/glob/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog index 911a48748d..623cca8317 100644 --- a/posix/glob/ChangeLog +++ b/posix/glob/ChangeLog @@ -1,3 +1,10 @@ +Fri Mar 1 10:09:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> + + * posix/glob.c: Use canonical code from autoconf manual for dirent + include. + [_D_NAMLEN]: Redefine NAMLEN using this. + (glob_in_dir): Use NAMLEN macro. + Fri Jan 19 13:28:59 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * posix/glob.c (glob): Use prototype in getlogin decl. |