8181451: JDK-8174231 broke some clang builds

Reviewed-by: stuefe, kbarrett, iveresov
This commit is contained in:
David Holmes 2017-06-02 05:24:28 -04:00
parent aee7d17ae2
commit 8ce49ec34e

View File

@ -30,12 +30,6 @@
// Information about the protection of the page at address '0' on this os.
static bool zero_page_read_protected() { return true; }
#ifdef __APPLE__
// Mac OS X doesn't support clock_gettime. Stub out the type, it is
// unused
typedef int clockid_t;
#endif
class Bsd {
friend class os;