swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Android: use the right setpriority() signature for Bionic #1472

Closed finagolfin closed 3 weeks ago

finagolfin commented 3 weeks ago

I had to apply a similar patch to keep this repo cross-compiling for Android on my daily CI.

ahoppen commented 3 weeks ago

@swift-ci Please test

finagolfin commented 3 weeks ago

Huh, interesting that Android has the same kind of non-standard POSIX headers as Darwin.

Both get a lot of their libc code from BSD is my understanding. 😄