1 1.27 christos /* $NetBSD: opendir.c,v 1.27 2005/08/19 02:04:54 christos Exp $ */ 2 1.1 cgd 3 1.14 jtc #include "namespace.h" 4 1.6 mycroft #include <sys/stat.h> 5 1.27 christos #include <signal.h> 6 1.5 mycroft 7 1.27 christos #define __LIBC12_SOURCE__ 8 1.5 mycroft 9 1.27 christos #include "__opendir30.c" 10