]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Updated sys_arch documentation to make new timeouts clearer.
authordavidhaas <davidhaas>
Wed, 2 Apr 2003 15:21:56 +0000 (15:21 +0000)
committerdavidhaas <davidhaas>
Wed, 2 Apr 2003 15:21:56 +0000 (15:21 +0000)
doc/sys_arch.txt

index 47c7c0f2b71de49fe18ef81b8cb525b171d2e420..3a829991ba9920396738d5119514e0112aa02738 100644 (file)
@@ -92,10 +92,8 @@ The following functions must be implemented by the sys_arch:
   ptr"). The "msg" parameter maybe NULL to indicate that the message
   should be dropped.
 
-  The return values are the same as for the sys_arch_sem_wait()
-  function and the function must not return zero even if a message was
-  present in the mailbox and the time spent waiting was zero
-  milliseconds. 
+  The return values are the same as for the sys_arch_sem_wait() function:
+  Number of milliseconds spent waitng or 0xffffffff if there was a timeout.
 
   Note that a function with a similar name, sys_mbox_fetch(), is
   implemented by lwIP.