mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-31 15:01:17 +03:00
Update.
2003-09-19 Jakub Jelinek <jakub@redhat.com> * dlfcn/dlopen.c (dlopen): Add static_link_warning.
This commit is contained in:
parent
8b8074da86
commit
b6aef598d0
@ -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>
|
2003-09-18 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* libio/memstream.c (open_memstream): Use _IO_init instead of
|
* libio/memstream.c (open_memstream): Use _IO_init instead of
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Load a shared object at run time.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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>
|
#include <shlib-compat.h>
|
||||||
versioned_symbol (libdl, __dlopen_check, dlopen, GLIBC_2_1);
|
versioned_symbol (libdl, __dlopen_check, dlopen, GLIBC_2_1);
|
||||||
|
static_link_warning (dlopen)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user