K 10 svn:author V 2 jb K 8 svn:date V 27 1998-03-09T06:16:38.000000Z K 7 svn:log V 417 Add an include path to private linc/libc_r/libpthread header files. Define the HIDDEN_SYSCALLS macro as empty because libc doesn't have renamed syscalls. This avoids an undefined macro error when libc/sys/Makefile.inc goes to look though it. HIDDEN_SYSCALLS is used by the equivalent makefile to this one in lib/libc_r to list those syscalls that it needs to rename so that libc_r can provide replacement functions. END