From 05ae4d6ad95c139aacbc16ed6b50a24678d01bf8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Jun 2002 05:58:14 +0000 Subject: Update. 2002-06-21 Ulrich Drepper * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL] (__GETDENTS): Check for failed getdents64 syscall. * dirent/Makefile (tests): Add bug-readdir1. * dirent/bug-readdir1.c: New file. --- dirent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dirent/Makefile') diff --git a/dirent/Makefile b/dirent/Makefile index a88a85b63e..481141136b 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. +# Copyright (C) 1991-2000, 2002 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 @@ -28,7 +28,7 @@ routines := opendir closedir readdir readdir_r rewinddir \ alphasort64 versionsort64 distribute := dirstream.h -tests := list tst-seekdir opendir-tst1 +tests := list tst-seekdir opendir-tst1 bug-readdir1 include ../Rules -- cgit v1.2.3