From 0e47dbd052f7bbc28e9854d4cb1fdd4f5f53d8d0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Mar 2002 10:28:31 +0000 Subject: Update. 2002-03-11 Ulrich Drepper * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func. They were never exported anyway. * gmon/gmon.c (_gmonparam): Add attribute_hidden. * gmon/sys/gmon.h: Remove declaration of _gmonparam. It wasn't exported. * include/sys/gmon.h: Declare _gmonparam. * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility symbols for getdents64. They were never exported. --- sysdeps/unix/sysv/linux/i386/getdents64.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/i386/getdents64.c b/sysdeps/unix/sysv/linux/i386/getdents64.c index ae73f148f7..e6fcf68ade 100644 --- a/sysdeps/unix/sysv/linux/i386/getdents64.c +++ b/sysdeps/unix/sysv/linux/i386/getdents64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 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 @@ -27,8 +27,6 @@ #undef __GETDENTS #undef DIRENT_TYPE -versioned_symbol (libc, __getdents64, getdents64, GLIBC_2_2); - #if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2) #include @@ -39,6 +37,4 @@ versioned_symbol (libc, __getdents64, getdents64, GLIBC_2_2); #define kernel_dirent64 old_kernel_dirent64 #include - -compat_symbol (libc, __old_getdents64, getdents64, GLIBC_2_1); #endif -- cgit 1.4.1