Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Fix typo in DF_STATIC_TLS. From Elliott Hughes on te...



details:   https://anonhg.NetBSD.org/src/rev/555106b9b907
branches:  trunk
changeset: 326664:555106b9b907
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 11 09:04:28 2014 +0000

description:
Fix typo in DF_STATIC_TLS. From Elliott Hughes on tech-userlevel.

diffstat:

 sys/sys/exec_elf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 10b02a2f9f95 -r 555106b9b907 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Tue Feb 11 08:10:10 2014 +0000
+++ b/sys/sys/exec_elf.h        Tue Feb 11 09:04:28 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.137 2014/01/03 21:34:40 dsl Exp $       */
+/*     $NetBSD: exec_elf.h,v 1.138 2014/02/11 09:04:28 skrll Exp $     */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -700,7 +700,7 @@
 #define DF_SYMBOLIC    0x00000002      /* */
 #define DF_TEXTREL     0x00000004      /* */
 #define DF_BIND_NOW    0x00000008      /* */
-#define DF_STATICT_LS  0x00000010      /* */
+#define DF_STATIC_TLS  0x00000010      /* */
 
 /* Flag values for DT_FLAGS_1 (incomplete) */
 #define DF_1_BIND_NOW  0x00000001      /* Same as DF_BIND_NOW */



Home | Main Index | Thread Index | Old Index