Update.
[platform/upstream/glibc.git] / dlfcn / dlclose.c
similarity index 91%
rename from elf/dlclose.c
rename to dlfcn/dlclose.c
index b25ca48..dea2391 100644 (file)
@@ -1,5 +1,5 @@
 /* Close a handle opened by `dlopen'.
-   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 1999 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
@@ -18,7 +18,6 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
-#include <elf/ldsodefs.h>
 
 static void
 dlclose_doit (void *handle)