Geoffrey Thomas
a8dbb92b47
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.
2015-06-22 00:55:42 -04:00
..
2015-06-17 09:07:16 -07:00
2015-06-20 14:18:28 -04:00
2015-06-20 16:57:40 +10:00
2015-06-17 16:32:01 -07:00
2015-06-17 09:07:17 -07:00
2015-06-17 09:06:59 -07:00
2015-06-17 09:07:17 -07:00
2015-06-17 09:07:17 -07:00
2015-06-21 05:18:39 +00:00
2015-06-17 09:07:16 -07:00
2015-06-17 09:07:16 -07:00
2015-06-17 09:06:59 -07:00
2015-06-19 23:34:37 -04:00
2015-06-17 09:07:17 -07:00
2015-06-17 09:07:16 -07:00
2015-06-17 09:06:59 -07:00
2015-06-20 14:24:19 +00:00
2015-06-17 09:06:59 -07:00
2015-06-17 09:07:16 -07:00
2015-06-19 01:39:26 +03:00
2015-06-19 12:22:03 -04:00
2015-06-20 14:24:19 +00:00
2015-06-20 14:24:19 +00:00
2015-06-20 03:35:24 +02:00
2015-06-19 01:18:42 +03:00
2015-06-20 21:36:49 +00:00
2015-06-20 21:40:37 +05:30
2015-06-17 09:07:16 -07:00
2015-06-20 14:24:19 +00:00
2015-06-17 09:07:17 -07:00
2015-06-22 00:55:42 -04:00
2015-06-20 21:40:37 +05:30
2015-06-17 09:06:59 -07:00
2015-06-18 19:14:52 +00:00
2015-06-16 22:56:42 -07:00
2015-06-15 14:56:50 -04:00
2015-06-18 23:43:46 -07:00
2015-06-17 09:07:17 -07:00
2015-06-17 06:56:15 +00:00
2015-06-22 00:55:42 -04:00