Skip to content

Commit 665291c

Browse files
authored
Merge pull request #19 from Wind-River/min_stack_size
remove Copyright notic
2 parents c6e899a + 5318f98 commit 665291c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/libstd/sys/vxworks/fast_thread_local.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2019 Wind River Systems, Inc.
2-
31
#![cfg(target_thread_local)]
42
#![unstable(feature = "thread_local_internals", issue = "0")]
53

src/libstd/sys/vxworks/process/process_vxworks.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2019 Wind River Systems, Inc.
2-
31
use crate::io::{self, Error, ErrorKind};
42
use libc::{self, c_int, c_char};
53
use libc::{RTP_ID};

src/libstd/sys/vxworks/thread.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2019 Wind River Systems, Inc.
2-
31
use crate::cmp;
42
use crate::ffi::CStr;
53
use crate::io;

0 commit comments

Comments
 (0)