]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(routines): Add fdopendir. (tests): Add tst-fdopendir.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Sep 2005 21:10:56 +0000 (21:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Sep 2005 21:10:56 +0000 (21:10 +0000)
dirent/Makefile

index df150bcedcd2210b8a887d3bfbd6379a5204c60e..ba492ca781a6da7f7ccdce2252a3a115830d53ad 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2000, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1991-2000, 2002, 2003, 2005 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -25,10 +25,10 @@ headers             := dirent.h bits/dirent.h
 routines       := opendir closedir readdir readdir_r rewinddir \
                   seekdir telldir scandir alphasort versionsort \
                   getdents getdents64 dirfd readdir64 readdir64_r scandir64 \
-                  alphasort64 versionsort64
+                  alphasort64 versionsort64 fdopendir
 distribute := dirstream.h
 
-tests     := list tst-seekdir opendir-tst1 bug-readdir1
+tests     := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir
 
 CFLAGS-scandir.c = $(uses-callbacks)
 CFLAGS-scandir64.c = $(uses-callbacks)