Skip to content

Commit

Permalink
Remove use of old POSIX TLS API
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Aug 23, 2024
1 parent 242f94d commit ada825d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/bdwgc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ extern "C" {

pub fn GC_set_warn_proc(level: *mut u8);

pub fn GC_tls_rootset() -> *mut u8;

pub fn GC_init_tls_rootset(rootset: *mut u8);

pub fn GC_ignore_warn_proc(proc: *mut u8, word: usize);

pub fn GC_finalized_total() -> u64;
Expand Down

0 comments on commit ada825d

Please sign in to comment.