about summary refs log tree commit diff
path: root/htl/semaphoreP.h
diff options
context:
space:
mode:
Diffstat (limited to 'htl/semaphoreP.h')
-rw-r--r--htl/semaphoreP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/htl/semaphoreP.h b/htl/semaphoreP.h
index 22732122b0..8d8d9d8897 100644
--- a/htl/semaphoreP.h
+++ b/htl/semaphoreP.h
@@ -1,6 +1,6 @@
 /* Copyright (C) 2002-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+   Ulrich Drepper <drepper@redhat.com>, 2002.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -28,7 +28,7 @@ struct inuse_sem
   ino_t ino;
   int refcnt;
   sem_t *sem;
-  char name[0];
+  char name[];
 };