summaryrefslogtreecommitdiffstats
path: root/osdep/android
Commit message (Collapse)AuthorAgeFilesLines
* osdep: remove posix_spawn() helpers and wrapperswm42020-05-152-115/+0
| | | | See previous commit. Farewell, useless shitty POSIX function.
* android: posix_spawn(p) replacementsfan52017-09-222-0/+115
| | | | Signed-off-by: wm4 <wm4@nowhere>
* Initial Android supportJan Ekström2016-02-102-0/+73
* Adds an 'android' feature, which is automatically detected. * Android has a broken strnlen, so a wrapper is added from FreeBSD.