mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +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.
|
||||
*/
|
||||
void *__get_clock_gettime(void) {
|
||||
// TODO(jart): Re-enable this.
|
||||
return 0;
|
||||
void *vdso;
|
||||
static bool once;
|
||||
static void *result;
|
||||
|
|
Loading…
Reference in a new issue