diff options
| author | Geoffrey Thomas <geofft@ldpreload.com> | 2015-06-11 16:23:57 -0400 |
|---|---|---|
| committer | Geoffrey Thomas <geofft@ldpreload.com> | 2015-06-22 00:55:42 -0400 |
| commit | a8dbb92b471cae1d3f8225857f5553311dd8aeb3 (patch) | |
| tree | fc42147eab5e968a570e22f83adbd35fae7937d4 /src/libsyntax/parse | |
| parent | cae005162d1d7aea6cffdc299fedf0d2bb2a4b28 (diff) | |
| download | rust-a8dbb92b471cae1d3f8225857f5553311dd8aeb3.tar.gz rust-a8dbb92b471cae1d3f8225857f5553311dd8aeb3.zip | |
Fix build on Android API levels below 21
signal(), sigemptyset(), and sigaddset() are only available as inline functions until Android API 21. liblibc already handles signal() appropriately, so drop it from c.rs; translate sigemptyset() and sigaddset() (which is only used in a test) by hand from the C inlines. We probably want to revert this commit when we bump Android API level.
Diffstat (limited to 'src/libsyntax/parse')
0 files changed, 0 insertions, 0 deletions
