diff options
Diffstat (limited to 'src')
8 files changed, 9 insertions, 7 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c index 0f25cadefc..cc3dcf8e44 100644 --- a/src/regress/lib/libc/ieeefp/except/except.c +++ b/src/regress/lib/libc/ieeefp/except/except.c | |||
@@ -1,9 +1,10 @@ | |||
1 | /* $OpenBSD: except.c,v 1.11 2007/10/22 21:07:10 miod Exp $ */ | 1 | /* $OpenBSD: except.c,v 1.12 2010/05/08 19:16:33 naddy Exp $ */ |
2 | 2 | ||
3 | #include <sys/types.h> | 3 | #include <sys/types.h> |
4 | #include <unistd.h> | 4 | #include <unistd.h> |
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
7 | #include <string.h> | ||
7 | #include <signal.h> | 8 | #include <signal.h> |
8 | #include <assert.h> | 9 | #include <assert.h> |
9 | #include <ieeefp.h> | 10 | #include <ieeefp.h> |
diff --git a/src/regress/lib/libc/stdio_threading/fgetln/Makefile b/src/regress/lib/libc/stdio_threading/fgetln/Makefile index 216db188ef..cad51e2b23 100644 --- a/src/regress/lib/libc/stdio_threading/fgetln/Makefile +++ b/src/regress/lib/libc/stdio_threading/fgetln/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | TOPDIR=${.CURDIR} | 1 | TOPDIR=${.CURDIR} |
2 | PROG=fgetln_test | 2 | PROG=fgetln_test |
3 | CFLAGS+=-I ${TOPDIR}/../include/ | 3 | CFLAGS+=-I${TOPDIR}/../include/ |
4 | LDFLAGS+=-lpthread | 4 | LDFLAGS+=-lpthread |
5 | 5 | ||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/stdio_threading/fgets/Makefile b/src/regress/lib/libc/stdio_threading/fgets/Makefile index dfd210cbf4..52310fd429 100644 --- a/src/regress/lib/libc/stdio_threading/fgets/Makefile +++ b/src/regress/lib/libc/stdio_threading/fgets/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | TOPDIR=${.CURDIR} | 1 | TOPDIR=${.CURDIR} |
2 | PROG=fgets_test | 2 | PROG=fgets_test |
3 | CFLAGS+=-I ${TOPDIR}/../include/ | 3 | CFLAGS+=-I${TOPDIR}/../include/ |
4 | LDFLAGS+=-lpthread | 4 | LDFLAGS+=-lpthread |
5 | 5 | ||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/stdio_threading/fopen/Makefile b/src/regress/lib/libc/stdio_threading/fopen/Makefile index 4301a83978..e51deeff1d 100644 --- a/src/regress/lib/libc/stdio_threading/fopen/Makefile +++ b/src/regress/lib/libc/stdio_threading/fopen/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | TOPDIR=${.CURDIR} | 1 | TOPDIR=${.CURDIR} |
2 | PROG=fopen_test | 2 | PROG=fopen_test |
3 | CFLAGS+=-I ${TOPDIR}/../include/ | 3 | CFLAGS+=-I${TOPDIR}/../include/ |
4 | LDFLAGS+=-lpthread | 4 | LDFLAGS+=-lpthread |
5 | 5 | ||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/stdio_threading/fputs/Makefile b/src/regress/lib/libc/stdio_threading/fputs/Makefile index 5542dd3979..e561745581 100644 --- a/src/regress/lib/libc/stdio_threading/fputs/Makefile +++ b/src/regress/lib/libc/stdio_threading/fputs/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | TOPDIR=${.CURDIR} | 1 | TOPDIR=${.CURDIR} |
2 | PROG=fputs_test | 2 | PROG=fputs_test |
3 | CFLAGS+=-I ${TOPDIR}/../include/ | 3 | CFLAGS+=-I${TOPDIR}/../include/ |
4 | LDFLAGS+=-lpthread | 4 | LDFLAGS+=-lpthread |
5 | 5 | ||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/stdio_threading/fread/Makefile b/src/regress/lib/libc/stdio_threading/fread/Makefile index 97c8816652..25196dd7ab 100644 --- a/src/regress/lib/libc/stdio_threading/fread/Makefile +++ b/src/regress/lib/libc/stdio_threading/fread/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | TOPDIR=${.CURDIR} | 1 | TOPDIR=${.CURDIR} |
2 | PROG=fread_test | 2 | PROG=fread_test |
3 | CFLAGS+=-I ${TOPDIR}/../include/ | 3 | CFLAGS+=-I${TOPDIR}/../include/ |
4 | LDFLAGS+=-lpthread | 4 | LDFLAGS+=-lpthread |
5 | 5 | ||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/stdio_threading/fwrite/Makefile b/src/regress/lib/libc/stdio_threading/fwrite/Makefile index 5952a1f48a..e79899c475 100644 --- a/src/regress/lib/libc/stdio_threading/fwrite/Makefile +++ b/src/regress/lib/libc/stdio_threading/fwrite/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | TOPDIR=${.CURDIR} | 1 | TOPDIR=${.CURDIR} |
2 | PROG=fwrite_test | 2 | PROG=fwrite_test |
3 | CFLAGS+=-I ${TOPDIR}/../include/ | 3 | CFLAGS+=-I${TOPDIR}/../include/ |
4 | LDFLAGS+=-lpthread | 4 | LDFLAGS+=-lpthread |
5 | 5 | ||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/stdio_threading/include/local.h b/src/regress/lib/libc/stdio_threading/include/local.h index 794d868071..e2ad4e31e0 100644 --- a/src/regress/lib/libc/stdio_threading/include/local.h +++ b/src/regress/lib/libc/stdio_threading/include/local.h | |||
@@ -15,6 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <stdio.h> | 17 | #include <stdio.h> |
18 | #include <stdlib.h> | ||
18 | #include <string.h> | 19 | #include <string.h> |
19 | #include <unistd.h> | 20 | #include <unistd.h> |
20 | #include <pthread.h> | 21 | #include <pthread.h> |