* commit '98ae1a85b057f6534bee7e52897a80694ba8b2e1': bionic_auxv.h: fix #define conflict
This commit is contained in:
commit
0acf4069e9
@ -25,8 +25,8 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#ifndef _SYS_AUXV_H_
|
#ifndef _PRIVATE_BIONIC_AUXV_H_
|
||||||
#define _SYS_AUXV_H_
|
#define _PRIVATE_BIONIC_AUXV_H_
|
||||||
|
|
||||||
#include <elf.h>
|
#include <elf.h>
|
||||||
|
|
||||||
@ -36,4 +36,4 @@ extern Elf32_auxv_t* __libc_auxv;
|
|||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#endif /* _SYS_AUXV_H_ */
|
#endif /* _PRIVATE_BIONIC_AUXV_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user