1
Fork 0

update paths in comments

This commit is contained in:
joboet 2024-01-12 00:11:33 +01:00
parent 762cd4842e
commit 7c436a8af4
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C
9 changed files with 10 additions and 10 deletions

View file

@ -39,7 +39,7 @@ pub fn opts() -> TargetOptions {
// While we support ELF TLS, rust requires a way to register
// cleanup handlers (in C, this would be something along the lines of:
// void register_callback(void (*fn)(void *), void *arg);
// (see src/libstd/sys/unix/fast_thread_local.rs) that is currently
// (see src/libstd/sys/pal/unix/fast_thread_local.rs) that is currently
// missing in illumos. For now at least, we must fallback to using
// pthread_{get,set}specific.
//has_thread_local: true,