Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-07-19 04:33:45 +0400
committerH.J. Lu <hjl.tools@gmail.com>2000-07-19 04:33:45 +0400
commitf60e754f609e9e3981397a2fc48c759c447e1e47 (patch)
treefb4b7a25259e519f0cec4a3ebeb80fa17421b432 /include/elf/common.h
parent49a16134147722d8ef1b5ce3cd0e2920ce33a890 (diff)
2000-07-18 H.J. Lu <hjl@gnu.org>
* common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 09b96697a..b749b3749 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -485,7 +485,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define DF_P1_LAZYLOAD 0x00000001
#define DF_P1_GROUPPERM 0x00000002
-/* Flag value in in the DT_1_FLAGS .dynamic entry. */
+/* Flag value in in the DT_FLAGS_1 .dynamic entry. */
#define DF_1_NOW 0x00000001
#define DF_1_GLOBAL 0x00000002
#define DF_1_GROUP 0x00000004