* fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too. Don't
[pspp] / lib / euidaccess.h
1 #if ! HAVE_DECL_EUIDACCESS
2 int euidaccess (char const *file, int mode);
3 #endif