diff options
Diffstat (limited to 'sysdeps/mach/hurd/dirstream.h')
-rw-r--r-- | sysdeps/mach/hurd/dirstream.h | 2 |
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 */ |