From 1e16111cf1abdcc2d6a617e7ba48a80ce1556797 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 26 Jul 1996 00:34:28 +0000 Subject: Regenerated Sat Jul 20 21:55:31 1996 Roland McGrath Win32 hacks from . * posix/glob.c [WIN32]: Don't include ; don't use d_ino; use void * for my_realloc; include 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. Fri Jul 19 16:56:41 1996 Roland McGrath * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA] for `struct stat;' forward decl. --- sysdeps/unix/bsd/telldir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/bsd') diff --git a/sysdeps/unix/bsd/telldir.c b/sysdeps/unix/bsd/telldir.c index 4400883357..a01b30248b 100644 --- a/sysdeps/unix/bsd/telldir.c +++ b/sysdeps/unix/bsd/telldir.c @@ -36,7 +36,7 @@ struct record #define NBUCKETS 32 static struct record *records[32]; static off_t lastpos; -__libc_lock_define_initialized(static, lock); /* Locks above data. */ +__libc_lock_define_initialized(static, lock) /* Locks above data. */ /* Return the current position of DIRP. */ -- cgit 1.4.1