Home | History | Annotate | Line # | Download | only in include
limits.h revision 1.3
      1 /*
      2  *	$Id: limits.h,v 1.3 1994/02/04 08:19:59 glass Exp $
      3  */
      4 
      5 /* XXX - Probably the wrong place for this - cgd
      6  * Not right value either I think, but this is a posix-ism -- glass
      7  */
      8 #define	CLK_TCK		60		/* ticks per second */
      9 
     10 /* and use the common m68k definition */
     11 #include <m68k/limits.h>
     12