diff options
author | Andreas Jaeger <aj@suse.de> | 2002-02-06 22:48:35 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-02-06 22:48:35 +0000 |
commit | a07954fa0105ea60442605db0f396e4f42c34615 (patch) | |
tree | b0794bd08f3fa42801f29caa06429edf1012c070 /sysdeps | |
parent | 0796ef157c7f6c90a08228a32cb681c19b2b2e11 (diff) | |
download | glibc-a07954fa0105ea60442605db0f396e4f42c34615.tar.gz glibc-a07954fa0105ea60442605db0f396e4f42c34615.tar.xz glibc-a07954fa0105ea60442605db0f396e4f42c34615.zip |
Make sure the right <ldsodefs.h> is included.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mips/elf/ldsodefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mips/elf/ldsodefs.h b/sysdeps/mips/elf/ldsodefs.h index 4054391814..cabc51d796 100644 --- a/sysdeps/mips/elf/ldsodefs.h +++ b/sysdeps/mips/elf/ldsodefs.h @@ -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> |