New macro STD_FD_VOID_SYSTEM_CALL to be used after system calls that
authorTaylor R. Campbell <net/mumble/campbell>
Wed, 15 Apr 2009 13:33:41 +0000 (13:33 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Wed, 15 Apr 2009 13:33:41 +0000 (13:33 +0000)
commit89648cf352fe7ab39715e2d242b77aca428aaac8
treee3c5a55d678bb16839e63579db9db84f493089f8
parentb09b194fe6f2202f5f6218c79eed12c12e406aee
New macro STD_FD_VOID_SYSTEM_CALL to be used after system calls that
create file descriptors but yield them in some way other than as
their return values, such as pipe(2).  Use this in OS_make_pipe so
that the file exhaustion state is maintained correctly.
v7/src/microcode/ux.h
v7/src/microcode/uxio.c