Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett authored and nyurik committed Jul 31, 2024
1 parent 0f4d2f7 commit aea287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/nto/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,7 @@ safe_f! {

// Network related functions are provided by libsocket and regex
// functions are provided by libregex.
// Note that in QNX <=7.0, libregex functions were included it in libc itself.
// In QNX <=7.0, libregex functions were included in libc itself.
#[link(name = "socket")]
#[cfg_attr(not(target_env = "nto70"), link(name = "regex"))]
extern "C" {
Expand Down

0 comments on commit aea287e

Please sign in to comment.