repo
stringclasses
1 value
pull_number
int64
237
4.09k
instance_id
stringlengths
19
20
issue_numbers
listlengths
1
2
base_commit
stringlengths
40
40
patch
stringlengths
290
47.4k
test_patch
stringlengths
196
263k
problem_statement
stringlengths
18
8.89k
hints_text
stringlengths
0
6.05k
created_at
stringlengths
20
20
version
stringclasses
2 values
environment_setup_commit
stringclasses
2 values
rust-lang/libc
237
rust-lang__libc-237
[ "236" ]
cd925e0ce1958b3e8561932cbe1fad5b328a8b95
diff --git a/src/unix/mod.rs b/src/unix/mod.rs index 77b24f229f9a0..1b576ebe952cd 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -408,7 +408,6 @@ extern { pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; - #[cfg_attr(target_os = "android", link_name = "bsd_signal")] pub fn signal(signum:...
diff --git a/libc-test/build.rs b/libc-test/build.rs index 6475db5749c27..8212ea52e44db 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -385,12 +385,6 @@ fn main() { cfg.skip_fn_ptrcheck(move |name| { match name { - // This used to be called bsd_signal in rev 18 of the android - ...
Android linking fails with NDK r11b: undefined reference to 'bsd_signal' Cross-compiling on Linux x64 to Android, rustc compiled from nightly sources as of 2016-03-17. $ rustc --version -v rustc 1.9.0-dev binary: rustc commit-hash: unknown commit-date: unknown host: x86_64-unknown-linux-gnu release: 1.9.0-dev $ cat -...
2016-03-19T20:23:25Z
0.2
78d6dcb4b8d60c9ae0f2c59444613ecf5a2bf919