mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Make sure the right <ldsodefs.h> is included.
This commit is contained in:
parent
0796ef157c
commit
a07954fa01
@ -1,5 +1,5 @@
|
||||
/* Run-time dynamic linker data structures for loaded ELF shared objects.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -22,4 +22,4 @@
|
||||
|
||||
#define DL_RO_DYN_SECTION 1
|
||||
|
||||
#include <sysdeps/generic/ldsodefs.h>
|
||||
#include_next <ldsodefs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user