1 --- usleep.c.orig 2007-05-23 18:18:17.000000000 -0700
2 +++ usleep.c 2007-05-23 22:15:42.000000000 -0700
7 +#ifdef VARIANT_CANCELABLE
8 +#undef __DARWIN_NON_CANCELABLE
9 +#define __DARWIN_NON_CANCELABLE 0
10 +#endif /* VARIANT_CANCELABLE */
12 #if defined(LIBC_SCCS) && !defined(lint)
13 static char sccsid[] = "@(#)usleep.c 8.1 (Berkeley) 6/4/93";
14 #endif /* LIBC_SCCS and not lint */