From 05332ac38b245c1983b306aa6909abfc48988a5f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 25 Feb 2020 15:52:59 -0800 Subject: semctl: Remove the sem-pad.h file Remove the sem-pad.h file and instead have architectures override the struct semid_ds via the bits/types/struct_semid_ds.h file. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/bits/sem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/bits/sem.h') diff --git a/sysdeps/unix/sysv/linux/bits/sem.h b/sysdeps/unix/sysv/linux/bits/sem.h index 0d1813e..ba1169f 100644 --- a/sysdeps/unix/sysv/linux/bits/sem.h +++ b/sysdeps/unix/sysv/linux/bits/sem.h @@ -20,7 +20,7 @@ #endif #include -#include +#include #include /* Flags for `semop'. */ -- cgit v1.1