mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Fix some issues and do some code cleanup
This commit is contained in:
parent
1f229e4efc
commit
312ed5c67c
72 changed files with 880 additions and 982 deletions
|
@ -80,8 +80,6 @@ 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…
Add table
Add a link
Reference in a new issue