File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -416,9 +416,10 @@ s_no_extra_traits! {
416
416
}
417
417
418
418
pub union sa_u_t {
419
- pub sa_handler : Option <unsafe extern "C" fn ( :: c_int) -> !>,
420
- pub sa_sigaction: Option <unsafe extern "C" fn ( :: c_int, * mut :: siginfo_t,
421
- * mut :: c_void) -> !>,
419
+ pub sa_handler : :: Option <unsafe extern "C" fn ( :: c_int) -> !>,
420
+ pub sa_sigaction: :: Option <unsafe extern "C" fn ( :: c_int,
421
+ * mut :: siginfo_t,
422
+ * mut :: c_void) -> !>,
422
423
}
423
424
424
425
pub union sigval {
@@ -2074,8 +2075,8 @@ extern "C" {
2074
2075
pub fn rtpInfoGet ( rtpId : :: RTP_ID , rtpStruct : * mut :: RTP_DESC ) -> :: c_int ;
2075
2076
pub fn rtpSpawn (
2076
2077
pubrtpFileName : * const :: c_char ,
2077
- argv : * const * const :: c_char ,
2078
- envp : * const * const :: c_char ,
2078
+ argv : * mut * const :: c_char ,
2079
+ envp : * mut * const :: c_char ,
2079
2080
priority : :: c_int ,
2080
2081
uStackSize : :: size_t ,
2081
2082
options : :: c_int ,
You can’t perform that action at this time.
0 commit comments