mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
* load.c: [SV 40515] Define RTLD_GLOBAL if not set.
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
757849cd93
commit
7b485daffb
1 changed files with 5 additions and 0 deletions
5
load.c
5
load.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue