diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/pthread/tst-timer.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tst-sync_file_range.c | 1 | ||||
-rw-r--r-- | sysdeps/wordsize-64/tst-writev.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/fpu/math-tests-arch.h | 8 | ||||
-rw-r--r-- | sysdeps/x86_64/multiarch/test-multiarch.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod10b.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod3b.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod4b.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod5b.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod6b.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod6c.c | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/tst-auditmod7b.c | 2 |
12 files changed, 21 insertions, 7 deletions
diff --git a/sysdeps/pthread/tst-timer.c b/sysdeps/pthread/tst-timer.c index 1a09fb7..6866180 100644 --- a/sysdeps/pthread/tst-timer.c +++ b/sysdeps/pthread/tst-timer.c @@ -23,6 +23,7 @@ #include <time.h> #include <unistd.h> #include <stdlib.h> +#include <stdint.h> static void diff --git a/sysdeps/unix/sysv/linux/tst-sync_file_range.c b/sysdeps/unix/sysv/linux/tst-sync_file_range.c index b0a6104..73cbcb3 100644 --- a/sysdeps/unix/sysv/linux/tst-sync_file_range.c +++ b/sysdeps/unix/sysv/linux/tst-sync_file_range.c @@ -21,6 +21,7 @@ #include <errno.h> #include <fcntl.h> #include <limits.h> +#include <stdint.h> #include <stdlib.h> #include <sys/stat.h> diff --git a/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c index 685f20f..bda2b3f 100644 --- a/sysdeps/wordsize-64/tst-writev.c +++ b/sysdeps/wordsize-64/tst-writev.c @@ -17,8 +17,10 @@ <http://www.gnu.org/licenses/>. */ #include <fcntl.h> +#include <limits.h> #include <paths.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <unistd.h> #include <sys/uio.h> diff --git a/sysdeps/x86_64/fpu/math-tests-arch.h b/sysdeps/x86_64/fpu/math-tests-arch.h index 98f7cf6..9278e34 100644 --- a/sysdeps/x86_64/fpu/math-tests-arch.h +++ b/sysdeps/x86_64/fpu/math-tests-arch.h @@ -16,11 +16,11 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <cpu-features.h> + #if defined REQUIRE_AVX -# include <init-arch.h> # define INIT_ARCH_EXT - # define CHECK_ARCH_EXT \ do \ { \ @@ -29,10 +29,8 @@ while (0) #elif defined REQUIRE_AVX2 -# include <init-arch.h> # define INIT_ARCH_EXT - # define CHECK_ARCH_EXT \ do \ { \ @@ -41,10 +39,8 @@ while (0) #elif defined REQUIRE_AVX512F -# include <init-arch.h> # define INIT_ARCH_EXT - # define CHECK_ARCH_EXT \ do \ { \ diff --git a/sysdeps/x86_64/multiarch/test-multiarch.c b/sysdeps/x86_64/multiarch/test-multiarch.c index 3974842..597d64e 100644 --- a/sysdeps/x86_64/multiarch/test-multiarch.c +++ b/sysdeps/x86_64/multiarch/test-multiarch.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <init-arch.h> +#include <cpu-features.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sysdeps/x86_64/tst-auditmod10b.c b/sysdeps/x86_64/tst-auditmod10b.c index c5741b2..5b9a985 100644 --- a/sysdeps/x86_64/tst-auditmod10b.c +++ b/sysdeps/x86_64/tst-auditmod10b.c @@ -19,6 +19,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/sysdeps/x86_64/tst-auditmod3b.c b/sysdeps/x86_64/tst-auditmod3b.c index 1a41ca8..7aad923 100644 --- a/sysdeps/x86_64/tst-auditmod3b.c +++ b/sysdeps/x86_64/tst-auditmod3b.c @@ -2,6 +2,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/sysdeps/x86_64/tst-auditmod4b.c b/sysdeps/x86_64/tst-auditmod4b.c index 2b0d827..1153ea4 100644 --- a/sysdeps/x86_64/tst-auditmod4b.c +++ b/sysdeps/x86_64/tst-auditmod4b.c @@ -2,6 +2,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/sysdeps/x86_64/tst-auditmod5b.c b/sysdeps/x86_64/tst-auditmod5b.c index a74d261..6a280fd 100644 --- a/sysdeps/x86_64/tst-auditmod5b.c +++ b/sysdeps/x86_64/tst-auditmod5b.c @@ -2,6 +2,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/sysdeps/x86_64/tst-auditmod6b.c b/sysdeps/x86_64/tst-auditmod6b.c index 886fc33..3533602 100644 --- a/sysdeps/x86_64/tst-auditmod6b.c +++ b/sysdeps/x86_64/tst-auditmod6b.c @@ -2,6 +2,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/sysdeps/x86_64/tst-auditmod6c.c b/sysdeps/x86_64/tst-auditmod6c.c index b2ee24d..8000e89 100644 --- a/sysdeps/x86_64/tst-auditmod6c.c +++ b/sysdeps/x86_64/tst-auditmod6c.c @@ -2,6 +2,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/sysdeps/x86_64/tst-auditmod7b.c b/sysdeps/x86_64/tst-auditmod7b.c index f27076d..5abe6d1 100644 --- a/sysdeps/x86_64/tst-auditmod7b.c +++ b/sysdeps/x86_64/tst-auditmod7b.c @@ -2,6 +2,8 @@ function parameter passing/return. */ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |