Sfoglia il codice sorgente

Add in a weak for __adjtime

Eric Andersen 24 anni fa
parent
commit
a4ade3ea51
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      libc/misc/time/adjtime.c

+ 2 - 0
libc/misc/time/adjtime.c

@@ -49,3 +49,5 @@ adjtime(const struct timeval * itv, struct timeval * otv)
   }
   return 0;
 }
+weak_alias(adjtime, __adjtime);
+