summaryrefslogtreecommitdiff
path: root/posix/fnmatch.h
AgeCommit message (Collapse)Author
1996-11-15update from main archive 961114cvs/libc-961115Ulrich Drepper
1996-07-21Sat Jul 20 21:55:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath
Win32 hacks from <Rob_Tulloh@tivoli.com>. * posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino; use void * for my_realloc; include <malloc.h> for alloca. (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable. * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__]. * posix/glob.h: Likewise.
1995-02-18initial importRoland McGrath