return NULL;
}
+/// UNNEEDED by elogind
+#if 0
DIR* safe_closedir(DIR *d) {
if (d) {
return NULL;
}
+#endif // 0
int fd_nonblock(int fd, bool nonblock) {
int flags, nflags;
return r;
}
+/// UNNEEDED by elogind
+#if 0
int same_fd(int a, int b) {
struct stat sta, stb;
pid_t pid;
return p - s < 256;
}
+#endif // 0