* lib/fclose.c: Fix typo in comment: s/close/fclose/.
[pspp] / lib / euidaccess.h
1 #if ! HAVE_DECL_EUIDACCESS
2 int euidaccess (char const *file, int mode);
3 #endif