I am REALLY sorry to ask what may be a very elementary question. I'm working with a code library written in C. I've been building and running it using NDK version 8e. Also using SDK 22, and the minimum execution platform is 8 (Froyo, I believe).
Now I've introduced the use of timerfd_create. It looks like the earliest NDK that includes sys/timerfd.h is v20. What does (or doesn't) this imply about the minimum execution platform?
thank you.