Skip to content

Commit

Permalink
Merge pull request rust-lang#19 from Wind-River/min_stack_size
Browse files Browse the repository at this point in the history
remove Copyright notic
  • Loading branch information
BaoshanPang authored Sep 10, 2019
2 parents c6e899a + 5318f98 commit 665291c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/libstd/sys/vxworks/fast_thread_local.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright (c) 2019 Wind River Systems, Inc.

#![cfg(target_thread_local)]
#![unstable(feature = "thread_local_internals", issue = "0")]

Expand Down
2 changes: 0 additions & 2 deletions src/libstd/sys/vxworks/process/process_vxworks.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright (c) 2019 Wind River Systems, Inc.

use crate::io::{self, Error, ErrorKind};
use libc::{self, c_int, c_char};
use libc::{RTP_ID};
Expand Down
2 changes: 0 additions & 2 deletions src/libstd/sys/vxworks/thread.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright (c) 2019 Wind River Systems, Inc.

use crate::cmp;
use crate::ffi::CStr;
use crate::io;
Expand Down

0 comments on commit 665291c

Please sign in to comment.