about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/dirstream.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-26 00:34:28 +0000
committerRoland McGrath <roland@gnu.org>1996-07-26 00:34:28 +0000
commit1e16111cf1abdcc2d6a617e7ba48a80ce1556797 (patch)
tree228a54dd5e46b7b172b5c109386bd41801299f75 /sysdeps/mach/hurd/dirstream.h
parent4311b2a60c3124513b3d45fa0a53a80d14bc1c90 (diff)
downloadglibc-1e16111cf1abdcc2d6a617e7ba48a80ce1556797.tar.gz
glibc-1e16111cf1abdcc2d6a617e7ba48a80ce1556797.tar.xz
glibc-1e16111cf1abdcc2d6a617e7ba48a80ce1556797.zip
Regenerated
Sat Jul 20 21:55:31 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	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.

Fri Jul 19 16:56:41 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
	for `struct stat;' forward decl.
Diffstat (limited to 'sysdeps/mach/hurd/dirstream.h')
-rw-r--r--sysdeps/mach/hurd/dirstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dirstream.h b/sysdeps/mach/hurd/dirstream.h
index d17baf2b03..c13383dbd9 100644
--- a/sysdeps/mach/hurd/dirstream.h
+++ b/sysdeps/mach/hurd/dirstream.h
@@ -36,7 +36,7 @@ struct __dirstream
     int __entry_ptr;		/* Entry number `__ptr' corresponds to.  */
     unsigned long int __allocation; /* Space allocated for the block.  */
     unsigned long int __size;	/* Total valid data in the block.  */
-    __libc_lock_define (, __lock); /* Mutex lock for this structure.  */
+    __libc_lock_define (, __lock) /* Mutex lock for this structure.  */
   };
 
 #endif	/* dirstream.h */