about summary refs log tree commit diff
path: root/sysdeps/generic/fdopendir.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-34/+0
|
* Comment fix.Roland McGrath2005-10-151-1/+2
|
* * dirent/dirent.h: Declare fdopendir.Ulrich Drepper2005-09-281-0/+33
* 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.