Stdio: Fix compilation issues on OSes without dirfd(3C). Some operating systems (like eg Solaris 10) do not have dirfd(3C). Fallback to indexing the DIR with dd_fd or d_fd to get the fd.