Move the getdomainname() declaration to <unistd.h>.
[gnulib.git] / lib / euidaccess.h
1 #if ! HAVE_DECL_EUIDACCESS
2 int euidaccess (char const *file, int mode);
3 #endif