Skip to content

Commit

Permalink
Implement atexit (necessary for ESP IDF master)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 14, 2024
1 parent 9090dfe commit c76396c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patches/atexit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::stat;
use core::ffi;

static mut __ATEXIT_INTERNAL_REFERENCE: *mut ffi::c_void = atexit as *mut _;
Expand Down

0 comments on commit c76396c

Please sign in to comment.