about summary refs log tree commit diff
path: root/src/libstd/io/native/process.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-11-25 21:47:16 -0800
committerbors <bors@rust-lang.org>2013-11-25 21:47:16 -0800
commitc6a87c27214142b1eac2bf21785fe5b7e885ee5c (patch)
treed282ff131856e0d8d75bf2794bc4a11278a0d8c8 /src/libstd/io/native/process.rs
parent720bcd81de9d5fbdb60761fc929d40e487005722 (diff)
parentfa2077af990dbcd71c0e5682ae9207c71485d384 (diff)
downloadrust-c6a87c27214142b1eac2bf21785fe5b7e885ee5c.tar.gz
rust-c6a87c27214142b1eac2bf21785fe5b7e885ee5c.zip
auto merge of #10316 : klutzy/rust/attr-lint, r=cmr
This patchset makes warning if crate-level attribute is used at other places, obsolete attributed is used, or unknown attribute is used, since they are usually from mistakes.

Closes #3348
Diffstat (limited to 'src/libstd/io/native/process.rs')
-rw-r--r--src/libstd/io/native/process.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/io/native/process.rs b/src/libstd/io/native/process.rs
index 6aa3ae65fc9..292b0a2e78f 100644
--- a/src/libstd/io/native/process.rs
+++ b/src/libstd/io/native/process.rs
@@ -365,7 +365,6 @@ fn spawn_process_os(prog: &str, args: &[~str],
     use libc::funcs::bsd44::getdtablesize;
 
     mod rustrt {
-        #[abi = "cdecl"]
         extern {
             pub fn rust_unset_sigprocmask();
         }