Skip to content

Commit

Permalink
Updated format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sssssaltyfish committed Apr 29, 2024
1 parent 9886690 commit 73d8c70
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/ruxos_posix_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ pub use imp::signal::{sys_getitimer, sys_kill, sys_setitimer, sys_sigaction, sys

#[cfg(feature = "multitask")]
pub use imp::pthread::futex::sys_futex;
#[cfg(all(
feature = "multitask",
feature = "musl",
))]
#[cfg(all(feature = "multitask", feature = "musl"))]
pub use imp::pthread::sys_clone;
#[cfg(all(feature = "multitask", feature = "musl"))]
pub use imp::pthread::sys_set_tid_address;
Expand Down

0 comments on commit 73d8c70

Please sign in to comment.