+ mutex.h, rwlock.h
This commit is contained in:
parent
61eeb25754
commit
237f052be3
|
@ -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
|
||||
|
||||
|
@ -13,9 +13,10 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h \
|
|||
jmpbuf.h \
|
||||
kcore.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 \
|
||||
reg.h \
|
||||
rwlock.h \
|
||||
setjmp.h signal.h stdarg.h \
|
||||
trap.h types.h \
|
||||
varargs.h vmparam.h \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -13,10 +13,10 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h \
|
|||
intr.h \
|
||||
kcore.h kdbparam.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 \
|
||||
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 \
|
||||
tc_machdep.h trap.h types.h \
|
||||
varargs.h vmparam.h \
|
||||
|
|
Loading…
Reference in New Issue