Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 756ba05

Browse files
committedJun 5, 2025··
Update unix.rs
1 parent 0b20963 commit 756ba05

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/process/unix

1 file changed

+1
-0
lines changed
 

‎library/std/src/sys/process/unix/unix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This is a test.
12
#[cfg(target_os = "vxworks")]
23
use libc::RTP_ID as pid_t;
34
#[cfg(not(target_os = "vxworks"))]

0 commit comments

Comments
 (0)
Please sign in to comment.