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 1a09fb78f3..6866180555 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 b0a6104fd0..73cbcb3247 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 685f20f430..bda2b3fe74 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 98f7cf6548..9278e3440b 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 3974842c19..597d64e1e8 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 c5741b28c1..5b9a985ca2 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 1a41ca80c0..7aad92382e 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 2b0d827e88..1153ea442c 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 a74d261f03..6a280fd61b 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 886fc33e9b..3533602c07 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 b2ee24d8bf..8000e89224 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 f27076d3bb..5abe6d1bc9 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> |