Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Nov 27, 2023
1 parent 95a8a17 commit 7acb7f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pgrx-pg-sys/src/submodules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ extern "C" {
) -> std::os::raw::c_int;
}

#[cfg(any(target_os = "macos", target_os = "freebsd", target_os = "openbsd", target_os = "illumos"))]
#[cfg(any(
target_os = "macos",
target_os = "freebsd",
target_os = "openbsd",
target_os = "illumos"
))]
extern "C" {
pub(crate) fn sigsetjmp(
env: *mut crate::sigjmp_buf,
Expand Down

0 comments on commit 7acb7f2

Please sign in to comment.