* load.c: [SV 40515] Define RTLD_GLOBAL if not set.

Copyright-paperwork-exempt: yes
This commit is contained in:
Daniel Richard G 2013-11-23 22:31:36 -05:00 committed by Manoj Srivastava
parent 8a346f4b7c
commit 2c64a077bd

5
load.c
View file

@ -30,6 +30,11 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "filedef.h"
#include "variable.h"
/* Tru64 V4.0 does not have this flag */
#ifndef RTLD_GLOBAL
# define RTLD_GLOBAL 0
#endif
struct load_list
{
struct load_list *next;