views:

72

answers:

1

openat() was added to POSIX in the POSIX.1-2008 revision, and has been supported by Linux since 2.6.16. How is support on non-Linux UNIXes? eg, Darwin, the *BSDs, and proprietary UNIXes.

+3  A: 

Dragonfly BSD supports it, the rest of the BSDs don't. Solaris of course does.

Nikolai N Fetissov