From 762e5d483128d9dd06d22b52c5b8a918753673ca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 19:51:55 +0000 Subject: Update. 1999-12-19 Andreas Jaeger * sysdeps/generic/libc-start.c: Remove declaration of __libc_open. Move declaration of __libc_fcntl to ... * include/fcntl.h: ...here. * include/unistd.h: Move __libc_open and __libc_open64 to ... * include/fcntl.h: ...here. * malloc/malloc.h (__attribute_malloc__): Only define if hasn't happened yet. * malloc/Versions: __libc_freeres was exported with glibc 2.1.3, rename label. --- sysdeps/generic/libc-start.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/libc-start.c b/sysdeps/generic/libc-start.c index ea3cbe6241..7c0bc58a2a 100644 --- a/sysdeps/generic/libc-start.c +++ b/sysdeps/generic/libc-start.c @@ -25,8 +25,6 @@ #include extern void __libc_init_first (int argc, char **argv, char **envp); -extern int __libc_fcntl (int fd, int cmd, ...); -extern int __libc_open (const char *pathname, int flags, ...); extern int _dl_starting_up; weak_extern (_dl_starting_up) -- cgit v1.2.3