]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/timeb.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / timeb.h
index 4dd452ddf77bc14b9af2366acc0994022f4d8c83..9277d37d75dfe8b4eba98a2778a4f9bdf1cced99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #ifndef _SYS_TIMEB_H_
 #define _SYS_TIMEB_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
+
 /* The ftime(2) system call structure -- deprecated. */
 struct timeb {
        time_t  time;                   /* seconds since the Epoch */
@@ -71,4 +75,6 @@ struct timeb {
        short   dstflag;                /* DST == non-zero */
 };
 
+#endif /* __APPLE_API_OBSOLETE */
+
 #endif /* !_SYS_TIMEB_H_ */