8181451: JDK-8174231 broke some clang builds
Reviewed-by: stuefe, kbarrett, iveresov
This commit is contained in:
parent
aee7d17ae2
commit
8ce49ec34e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user