From 9eecb5e8f3903a6fe66ac88f9218935130e77042 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Mar 1998 09:01:59 +0000 Subject: Update. 1998-03-18 Ulrich Drepper * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc. Optimize memmory handling. * sysdeps/unix/closedir.c: Optmize memory handling. --- sysdeps/unix/closedir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/unix/closedir.c') diff --git a/sysdeps/unix/closedir.c b/sysdeps/unix/closedir.c index a390318..a63fa53 100644 --- a/sysdeps/unix/closedir.c +++ b/sysdeps/unix/closedir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1995, 1996, 1998 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 @@ -39,7 +39,6 @@ __closedir (DIR *dirp) __libc_lock_lock (dirp->lock); fd = dirp->fd; - free ((void *) dirp->data); __libc_lock_fini (dirp->lock); -- cgit v1.1