ESP8266: Which parts of unistd.h work?

Where can I find details of the parts of unistd.h an ESP8266 supports under Arduino?

For example, if I try to getpid(), the code compiles, but the linker says it can’t find the symbol. I’m just curious what all does work out of those functions.

Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.