Merge pull request #19 from Wind-River/min_stack_size

remove Copyright notic
This commit is contained in:
Baoshan 2019-09-10 13:39:12 -07:00 committed by GitHub
commit 665291cfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
// Copyright (c) 2019 Wind River Systems, Inc.
#![cfg(target_thread_local)] #![cfg(target_thread_local)]
#![unstable(feature = "thread_local_internals", issue = "0")] #![unstable(feature = "thread_local_internals", issue = "0")]

View File

@ -1,5 +1,3 @@
// Copyright (c) 2019 Wind River Systems, Inc.
use crate::io::{self, Error, ErrorKind}; use crate::io::{self, Error, ErrorKind};
use libc::{self, c_int, c_char}; use libc::{self, c_int, c_char};
use libc::{RTP_ID}; use libc::{RTP_ID};

View File

@ -1,5 +1,3 @@
// Copyright (c) 2019 Wind River Systems, Inc.
use crate::cmp; use crate::cmp;
use crate::ffi::CStr; use crate::ffi::CStr;
use crate::io; use crate::io;