mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Remove SGI specific calls, add RTLD_LOCAL.
This commit is contained in:
parent
9661dd713d
commit
10b20b58ab
@ -31,12 +31,7 @@
|
|||||||
visible as if the object were linked directly into the program. */
|
visible as if the object were linked directly into the program. */
|
||||||
#define RTLD_GLOBAL 0x004
|
#define RTLD_GLOBAL 0x004
|
||||||
|
|
||||||
__BEGIN_DECLS
|
/* Unix98 demands the following flag which is the inverse to RTLD_GLOBAL.
|
||||||
|
The implementation does this by default and so we can define the
|
||||||
/* Some SGI specific calls that aren't implemented yet. */
|
value to zero. */
|
||||||
extern void *sgidladd __P ((__const char *, int));
|
#define RTLD_LOCAL 0
|
||||||
extern void *sgidlopen_version __P ((__const char *, int, __const char *,
|
|
||||||
int));
|
|
||||||
extern char *sgigetdsoversion __P ((__const char *));
|
|
||||||
|
|
||||||
__END_DECLS
|
|
||||||
|
Loading…
Reference in New Issue
Block a user