Subject: RENAME(__stat13) prob
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 06/03/1998 14:08:29
How does one get past the following (while building current):
/usr/src/usr.bin/xlint/llib:
lint -Cposix llib-lposix
llib-lposix:
stat.h(257): syntax error
stat.h(258): syntax error
stdio.h(260): syntax error
unistd.h(201): syntax error
/usr/include/sys/stat.h:
#ifdef __LIBC12_SOURCE__
...
#else
int stat __P((const char *, struct stat *)) __RENAME(__stat13);
int fstat __P((int, struct stat *)) __RENAME(__fstat13);
#endif
sys/cdefs.h:#define __RENAME(a) __symbolrename(a)
?
NetBSD/arm32-current kernel, 1.3-alpha userland
Cheers,
Patrick