Improved NOTIFY system: fixed a minor error, ignore pending notifications
on SENDREC system calls. To be done: resource (buffer pool) management; make it structurally impossible to run out of buffers.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ _PROTOTYPE( void kprintf, (const char *fmt, karg_t arg) );
|
||||
|
||||
/* main.c */
|
||||
_PROTOTYPE( void main, (void) );
|
||||
_PROTOTYPE( void prepare_shutdown, (int) );
|
||||
_PROTOTYPE( void prepare_shutdown, (int how) );
|
||||
_PROTOTYPE( void stop_sequence, (struct timer *tp) );
|
||||
|
||||
/* misc.c */
|
||||
|
||||
Reference in New Issue
Block a user