+ mutex.h, rwlock.h

This commit is contained in:
ad 2007-02-18 16:18:25 +00:00
parent 61eeb25754
commit 237f052be3
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2006/07/26 19:54:57 drochner Exp $ # $NetBSD: Makefile,v 1.24 2007/02/18 16:23:56 ad Exp $
INCSDIR= /usr/include/pc532 INCSDIR= /usr/include/pc532
@ -13,9 +13,10 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h \
jmpbuf.h \ jmpbuf.h \
kcore.h \ kcore.h \
limits.h lock.h \ limits.h lock.h \
math.h mcontext.h \ math.h mcontext.h mutex.h \
param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h \ reg.h \
rwlock.h \
setjmp.h signal.h stdarg.h \ setjmp.h signal.h stdarg.h \
trap.h types.h \ trap.h types.h \
varargs.h vmparam.h \ varargs.h vmparam.h \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2006/07/29 19:10:58 ad Exp $ # $NetBSD: Makefile,v 1.33 2007/02/18 16:18:25 ad Exp $
INCSDIR= /usr/include/pmax INCSDIR= /usr/include/pmax
@ -13,10 +13,10 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h \
intr.h \ intr.h \
kcore.h kdbparam.h \ kcore.h kdbparam.h \
limits.h lock.h locore.h \ limits.h lock.h locore.h \
math.h mcontext.h mips_opcode.h \ math.h mcontext.h mips_opcode.h mutex.h \
param.h pcb.h pmap.h pmc.h \ param.h pcb.h pmap.h pmc.h \
proc.h profile.h psl.h pte.h ptrace.h \ proc.h profile.h psl.h pte.h ptrace.h \
reg.h regdef.h regnum.h reloc.h \ reg.h regdef.h regnum.h reloc.h rwlock.h \
setjmp.h signal.h stdarg.h \ setjmp.h signal.h stdarg.h \
tc_machdep.h trap.h types.h \ tc_machdep.h trap.h types.h \
varargs.h vmparam.h \ varargs.h vmparam.h \