aboutsummaryrefslogtreecommitdiffstats
path: root/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-05 20:19:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-05 20:19:24 +0200
commitcccfa4aac8863671e7215877f9d582d7c6c63753 (patch)
tree0200f00aaaf7221e03126933258a2e801b17d6a2 /regex_internal.h
parentae526a956180e702ff09f3ff011ee5f01678189d (diff)
parentfab5659c4878553f8171e4fff5d6a441b67f5658 (diff)
downloadegawk-cccfa4aac8863671e7215877f9d582d7c6c63753.tar.gz
egawk-cccfa4aac8863671e7215877f9d582d7c6c63753.tar.bz2
egawk-cccfa4aac8863671e7215877f9d582d7c6c63753.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'regex_internal.h')
-rw-r--r--regex_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/regex_internal.h b/regex_internal.h
index ca403b1d..36f29e47 100644
--- a/regex_internal.h
+++ b/regex_internal.h
@@ -692,7 +692,9 @@ struct re_dfa_t
#ifdef DEBUG
char* re_str;
#endif
+#if defined _LIBC
__libc_lock_define (, lock)
+#endif
};
#define re_node_set_init_empty(set) memset (set, '\0', sizeof (re_node_set))