Skip to content

Commit fc80bbb

Browse files
committed
update rtpSpawn prototype
1 parent a195fd4 commit fc80bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vxworks/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,8 +2074,8 @@ extern "C" {
20742074
pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
20752075
pub fn rtpSpawn(
20762076
pubrtpFileName: *const ::c_char,
2077-
argv: *const *const ::c_char,
2078-
envp: *const *const ::c_char,
2077+
argv: *mut *const ::c_char,
2078+
envp: *mut *const ::c_char,
20792079
priority: ::c_int,
20802080
uStackSize: ::size_t,
20812081
options: ::c_int,

0 commit comments

Comments
 (0)