remove OSX specific fix where CLOCK_REALTIME is not defined.

It has been properly fixed in
http://mail-index.netbsd.org/source-changes/2010/03/26/msg008200.html
This commit is contained in:
cegger 2010-03-27 07:16:57 +00:00
parent 1c1a227c80
commit 8690c1d646
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
/* $NetBSD: time.h,v 1.1 2010/03/26 07:16:12 cegger Exp $ */
#if (defined(__APPLE__) && defined(__MACH__)) && !defined(__darwin__)
# define __darwin__ 1
#endif
#ifdef __darwin__
#define CLOCK_REALTIME 0 /* XXX Keep this in sync with our sys/time.h */
#endif
#include_next <sys/time.h>