Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/22/1997 06:50:08
thorpej
Tue Oct 21 23:41:37 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv7228
Modified Files:
Tag: netbsd-1-3
__fts13.c __glob13.c fts.c glob.c unvis.c
Log Message:
Pull up from trunk:
New hacks to make libc work painlessly without bumping the major number:
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.
Allow the old-name functions to be compiled from the same source file as
the renamed functions, and add some #error directives to force the
issue with weak symbols for renamed functions when we support weak
symbols in the C library.
thorpej
Tue Oct 21 23:48:18 PDT 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv8473
Modified Files:
Tag: netbsd-1-3
stat.c msync.c
Log Message:
Pull up from trunk:
New hacks to make libc work painlessly without bumping the major number:
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.