diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c b/nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c index 7050bad760..2437de0e8a 100644 --- a/nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c +++ b/nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c @@ -19,7 +19,7 @@ #include <errno.h> #include <sysdep.h> -#include <lowlevelsem.h> +#include <lowlevellock.h> #include <internaltypes.h> #include <shlib-compat.h> |