Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread_dbg Since this is use pthread_int.h, it needs...
details: https://anonhg.NetBSD.org/src/rev/f220185ad7ff
branches: trunk
changeset: 763310:f220185ad7ff
user: matt <matt%NetBSD.org@localhost>
date: Thu Mar 17 01:01:15 2011 +0000
description:
Since this is use pthread_int.h, it needs __LIBPTHREAD_SOURCE__ to be defined.
diffstat:
lib/libpthread_dbg/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 60af1bcf691c -r f220185ad7ff lib/libpthread_dbg/Makefile
--- a/lib/libpthread_dbg/Makefile Thu Mar 17 00:43:48 2011 +0000
+++ b/lib/libpthread_dbg/Makefile Thu Mar 17 01:01:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/08/16 01:09:50 ad Exp $
+# $NetBSD: Makefile,v 1.8 2011/03/17 01:01:15 matt Exp $
#
WARNS= 2
@@ -32,6 +32,8 @@
SRCS= pthread_dbg.c
+CPPFLAGS+= -D__LIBPTHREAD_SOURCE__
+
INCS= pthread_dbg.h
INCSDIR=/usr/include
Home |
Main Index |
Thread Index |
Old Index