about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorGeoffrey Thomas <geofft@ldpreload.com>2015-06-11 16:23:57 -0400
committerGeoffrey Thomas <geofft@ldpreload.com>2015-06-22 00:55:42 -0400
commita8dbb92b471cae1d3f8225857f5553311dd8aeb3 (patch)
treefc42147eab5e968a570e22f83adbd35fae7937d4 /src/libsyntax/parse
parentcae005162d1d7aea6cffdc299fedf0d2bb2a4b28 (diff)
downloadrust-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