• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision5b89fd74e7e9075049f3268424ab1ee14f811b0d (tree)
Zeit2022-01-22 02:26:15
AutorWaldemar Brodkorb <wbx@open...>
CommiterWaldemar Brodkorb

Log Message

fix compile for Linuxthreads enabled

Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Ändern Zusammenfassung

Diff

--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -3897,6 +3897,7 @@ res_ninit(res_state statp)
38973897
38983898 #ifdef L_res_state
38993899 # if !defined __UCLIBC_HAS_TLS__
3900+extern struct __res_state *__resp;
39003901 struct __res_state *
39013902 __res_state (void)
39023903 {