Differences From Artifact [854846019d]:
- File src/runtime/OFTLSKey.m — part of check-in [7413a728a7] at 2024-04-03 02:16:03 on branch trunk — Change license to LGPLv3 only (user: js, size: 819) [annotate] [blame] [check-ins using] [more...]
To Artifact [18469a0b94]:
- File src/runtime/OFTLSKey.m — part of check-in [304dad64b4] at 2024-08-16 22:13:36 on branch trunk — runtime: Hide symbols for mutex / once / TLS key (user: js, size: 962) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
18 19 20 21 22 23 24 25 | */ #include "config.h" #import "ObjFWRT.h" #import "private.h" #include "../OFTLSKey.m" | > > > > > | 18 19 20 21 22 23 24 25 26 27 28 29 30 | */ #include "config.h" #import "ObjFWRT.h" #import "private.h" #import "OFTLSKey.h" extern int OFTLSKeyNew(OFTLSKey *key) OF_VISIBILITY_HIDDEN; extern int OFTLSKeyFree(OFTLSKey key) OF_VISIBILITY_HIDDEN; #include "../OFTLSKey.m" |