summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorGordon Ross <Gordon.Ross@Sun.COM>2010-09-11 23:00:34 -0400
committerGordon Ross <Gordon.Ross@Sun.COM>2010-09-11 23:00:34 -0400
commitfe4be5acd083aa938dc37365d54b7fc4c0544d43 (patch)
tree1c6895098e721e049f32d1644e8c71dd80608aa9 /usr/src
parentdc86508e0cf00a9f553cad05c9168a9ff8072dc6 (diff)
downloadillumos-joyent-fe4be5acd083aa938dc37365d54b7fc4c0544d43.tar.gz
174 libpthread uberdata stale after 6735446
Reviewed by: richlowe@richlowe.net, Joerg.Schilling@fokus.fraunhofer.de Approved by: garrett@nexenta.com
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/lib/libc/inc/thr_uberdata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/libc/inc/thr_uberdata.h b/usr/src/lib/libc/inc/thr_uberdata.h
index c7ae35b0da..af3083138d 100644
--- a/usr/src/lib/libc/inc/thr_uberdata.h
+++ b/usr/src/lib/libc/inc/thr_uberdata.h
@@ -860,6 +860,8 @@ typedef struct {
/*
* This is data that is global to all link maps (uberdata, aka super-global).
+ * Note: When changing this, please be sure to keep the 32-bit variant of
+ * this in sync. (see uberdata32_t below)
*/
typedef struct uberdata {
pad_lock_t _link_lock;
@@ -1116,6 +1118,7 @@ typedef struct uberdata32 {
caddr32_t atforklist;
caddr32_t robustlocks;
caddr32_t robustlist;
+ caddr32_t progname;
caddr32_t tdb_bootstrap;
tdb32_t tdb;
} uberdata32_t;