Index: emacs/mac/inc/sys/time.h
diff -c emacs/mac/inc/sys/time.h:1.3 emacs/mac/inc/sys/time.h:1.4
*** emacs/mac/inc/sys/time.h:1.3 Mon Sep 1 15:45:44 2003
--- emacs/mac/inc/sys/time.h Fri May 13 08:48:01 2005
***************
*** 28,33 ****
--- 28,48 ----
long tv_usec; /* microseconds */
};
+ #define ITIMER_REAL 0
+ #if 0
+ #define ITIMER_VIRTUAL 1
+ #define ITIMER_PROF 2
+ #endif
+
+ struct itimerval {
+ #if 0
+ struct timeval it_interval; /* timer interval */
+ #endif
+ struct timeval it_value; /* current value */
+ };
+
+ extern int setitimer(int, const struct itimerval *, struct itimerval *);
+
#endif /* _SYS_TYPES_H */
/* arch-tag: f85ed04d-0e99-4f97-892b-fe029d0e92f9
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs