[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/mac/inc/sys/time.h
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/mac/inc/sys/time.h |
Date: |
Fri, 13 May 2005 04:48:01 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/mac/inc/sys/time.h,
YAMAMOTO Mitsuharu <=