Added sys_physzero library call for corresponding system call; modified

system-printf() so it returns number of characters printed (for use in
smart formatting)
This commit is contained in:
Ben Gras
2005-06-01 09:36:07 +00:00
parent dfe2b4513f
commit b4335679cb
4 changed files with 33 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ OBJECTS = \
$(LIBSYS)(sys_signalrm.o) \
$(LIBSYS)(sys_flagalrm.o) \
$(LIBSYS)(sys_syncalrm.o) \
$(LIBSYS)(sys_physzero.o) \
$(LIBSYS)(taskcall.o) \
$(LIBSYS): $(OBJECTS)
@@ -165,6 +166,9 @@ $(LIBSYS)(sys_flagalrm.o): sys_flagalrm.c
$(LIBSYS)(sys_syncalrm.o): sys_syncalrm.c
$(CC1) sys_syncalrm.c
$(LIBSYS)(sys_physzero.o): sys_physcp.c
$(CC1) sys_physzero.c
$(LIBSYS)(taskcall.o): taskcall.c
$(CC1) taskcall.c