aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/fdopendir.c
AgeCommit message (Collapse)Author
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2005-10-15Comment fix.Roland McGrath
2005-09-28* dirent/dirent.h: Declare fdopendir.Ulrich Drepper
* dirent/Versions: Export fdopendir for GLIBC_2.4. * dirent/Makefile (routines): Add fdopendir. (tests): Add tst-fdopendir. * dirent/tst-fdopendir.c: New file. * include/dirent.h: Declare __alloc_dir. * sysdeps/generic/fdopendir.c: New file. * sysdeps/unix/fdopendir.c: New file. * sysdeps/unix/opendir.c: Split off back part of opendir into new function __alloc_dir.