mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Disable Linux vDSO support for now
It's been encountering some strange errors that are difficult to reproduce.
This commit is contained in:
parent
b2c6ec6eab
commit
c6bbca55e9
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ noinstrument int clock_gettime(int clockid, struct timespec *ts) {
|
||||||
* Returns fast system clock_gettime() if it exists.
|
* Returns fast system clock_gettime() if it exists.
|
||||||
*/
|
*/
|
||||||
void *__get_clock_gettime(void) {
|
void *__get_clock_gettime(void) {
|
||||||
|
// TODO(jart): Re-enable this.
|
||||||
|
return 0;
|
||||||
void *vdso;
|
void *vdso;
|
||||||
static bool once;
|
static bool once;
|
||||||
static void *result;
|
static void *result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue