Note that libpthread_dbg needs to be checked after making changes to

libpthread.
This commit is contained in:
ad 2007-10-16 15:21:54 +00:00
parent b79fded28d
commit 84a6749ef2
2 changed files with 10 additions and 1 deletions

4
lib/libpthread/README Normal file
View File

@ -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.

View File

@ -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