From: Ulrich Drepper Date: Sun, 22 Aug 1999 16:05:13 +0000 (+0000) Subject: Remove SGI specific calls, add RTLD_LOCAL. X-Git-Tag: glibc-2.16-ports-before-merge~2856 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10b20b58ab5112a6507ebe45e93b9e22f8bef755;p=thirdparty%2Fglibc.git Remove SGI specific calls, add RTLD_LOCAL. --- diff --git a/sysdeps/mips/bits/dlfcn.h b/sysdeps/mips/bits/dlfcn.h index 8477b53e816..2939d9e19f7 100644 --- a/sysdeps/mips/bits/dlfcn.h +++ b/sysdeps/mips/bits/dlfcn.h @@ -31,12 +31,7 @@ visible as if the object were linked directly into the program. */ #define RTLD_GLOBAL 0x004 -__BEGIN_DECLS - -/* Some SGI specific calls that aren't implemented yet. */ -extern void *sgidladd __P ((__const char *, int)); -extern void *sgidlopen_version __P ((__const char *, int, __const char *, - int)); -extern char *sgigetdsoversion __P ((__const char *)); - -__END_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 + value to zero. */ +#define RTLD_LOCAL 0