diff options
| author | ad <ad@NetBSD.org> | 2007-10-16 15:21:54 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-10-16 15:21:54 +0000 |
| commit | 84a6749ef2e261c6fe735378f42e29632d9420c5 (patch) | |
| tree | 148b5b4350eb00cec6be8335df0457ea7a9c4455 /lib/libpthread | |
| parent | b79fded28d4cd8fd2dfd7487d6ee026a8727f4a1 (diff) | |
Note that libpthread_dbg needs to be checked after making changes to
libpthread.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/README | 4 | ||||
| -rw-r--r-- | lib/libpthread/pthread_int.h | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lib/libpthread/README b/lib/libpthread/README new file mode 100644 index 00000000000..72a1b2fe60d --- /dev/null +++ b/lib/libpthread/README @@ -0,0 +1,4 @@ +$NetBSD: README,v 1.5 2007/10/16 15:21:54 ad Exp $ + +When making changes to libpthread, please ensure that libpthread_dbg +still compiles. diff --git a/lib/libpthread/pthread_int.h b/lib/libpthread/pthread_int.h index c2f16e17abe..98076c5a42b 100644 --- a/lib/libpthread/pthread_int.h +++ b/lib/libpthread/pthread_int.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_int.h,v 1.58 2007/10/16 15:07:02 ad Exp $ */ +/* $NetBSD: pthread_int.h,v 1.59 2007/10/16 15:21:54 ad Exp $ */ /*- * Copyright (c) 2001, 2002, 2003, 2006, 2007 The NetBSD Foundation, Inc. @@ -36,6 +36,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * NOTE: when changing anything in this file, please ensure that + * libpthread_dbg still compiles. + */ + #ifndef _LIB_PTHREAD_INT_H #define _LIB_PTHREAD_INT_H |
