Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys t_lwp_create needs kernel types.



details:   https://anonhg.NetBSD.org/src/rev/e1f0909a020f
branches:  trunk
changeset: 343177:e1f0909a020f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 15:11:08 2016 +0000

description:
t_lwp_create needs kernel types.

diffstat:

 tests/lib/libc/sys/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e83335517e77 -r e1f0909a020f tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile       Sun Jan 24 15:03:39 2016 +0000
+++ b/tests/lib/libc/sys/Makefile       Sun Jan 24 15:11:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2016/01/23 21:22:49 christos Exp $
+# $NetBSD: Makefile,v 1.41 2016/01/24 15:11:08 christos Exp $
 
 MKMAN= no
 
@@ -77,7 +77,8 @@
 LDADD.t_posix_fadvise+= -lrumpvfs -lrump -lrumpuser -lrump -lpthread
 .endif
 
+CPPFLAGS.t_lwp_create.c += -D_KERNTYPES
+
 WARNS=                 4
 
 .include <bsd.test.mk>
-



Home | Main Index | Thread Index | Old Index