Skip to content

Commit 40f470a

Browse files
committed
Auto merge of #2315 - devnexen:solaris_getexecname, r=Amanieu
solarish getexecname addition
2 parents ca93b20 + d6da1fd commit 40f470a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,6 +2649,8 @@ extern "C" {
26492649
old_binding: *mut processorid_t,
26502650
) -> ::c_int;
26512651
pub fn p_online(processorid: ::processorid_t, flag: ::c_int) -> ::c_int;
2652+
2653+
pub fn getexecname() -> *const ::c_char;
26522654
}
26532655

26542656
mod compat;

0 commit comments

Comments
 (0)