]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 19 Sep 2003 20:41:17 +0000 (20:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 19 Sep 2003 20:41:17 +0000 (20:41 +0000)
2003-09-19  Jakub Jelinek  <jakub@redhat.com>

* dlfcn/dlopen.c (dlopen): Add static_link_warning.

ChangeLog
dlfcn/dlopen.c

index e4f2a889e52c5b19f3087f462b7c917444959abb..6a2b729980d7916ca2c203a113f078d5589b084c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * dlfcn/dlopen.c (dlopen): Add static_link_warning.
+
 2003-09-18  Jakub Jelinek  <jakub@redhat.com>
 
        * libio/memstream.c (open_memstream): Use _IO_init instead of
index f0e11dd9749f36e69341135507b3ba40cf7f6e36..4ebfb0c5b40155df9a42323514f94f3ffcbbed95 100644 (file)
@@ -1,5 +1,5 @@
 /* Load a shared object at run time.
-   Copyright (C) 1995,96,97,98,99,2000 Free Software Foundation, Inc.
+   Copyright (C) 1995,96,97,98,99,2000,2003 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
@@ -54,3 +54,4 @@ __dlopen_check (const char *file, int mode)
 }
 #include <shlib-compat.h>
 versioned_symbol (libdl, __dlopen_check, dlopen, GLIBC_2_1);
+static_link_warning (dlopen)
This page took 0.077195 seconds and 5 git commands to generate.