diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-19 20:41:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-19 20:41:17 +0000 |
commit | b6aef598d02d3f6ea098aabfd7f58bb1e94deb9c (patch) | |
tree | 899bdd5d26b6bb2689ba516fa5a33d5a85e43fc7 /dlfcn/dlopen.c | |
parent | 8b8074da86f81a4f5974f01c1f9d297025ab04fe (diff) | |
download | glibc-b6aef598d02d3f6ea098aabfd7f58bb1e94deb9c.tar glibc-b6aef598d02d3f6ea098aabfd7f58bb1e94deb9c.tar.gz glibc-b6aef598d02d3f6ea098aabfd7f58bb1e94deb9c.tar.bz2 glibc-b6aef598d02d3f6ea098aabfd7f58bb1e94deb9c.zip |
Update.
2003-09-19 Jakub Jelinek <jakub@redhat.com>
* dlfcn/dlopen.c (dlopen): Add static_link_warning.
Diffstat (limited to 'dlfcn/dlopen.c')
-rw-r--r-- | dlfcn/dlopen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index f0e11dd974..4ebfb0c5b4 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.c @@ -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) |