patch-2.4.14 linux/include/linux/timer.h

Next file: linux/include/linux/zlib_fs.h
Previous file: linux/include/linux/tcp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/include/linux/timer.h linux/include/linux/timer.h
@@ -59,6 +59,8 @@
  *	2. Because if the timer wrap changes in future you wont have to
  *	   alter your driver code.
  *
+ * time_after(a,b) returns true if the time a is after time b.
+ *
  * Do this with "<0" and ">=0" to only test the sign of the result. A
  * good compiler would generate better code (and a really good compiler
  * wouldn't care). Gcc is currently neither.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)