summaryrefslogtreecommitdiff
path: root/include/waiting_threads.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mysql.com>2008-10-27 23:23:34 +0100
committerSergei Golubchik <serg@mysql.com>2008-10-27 23:23:34 +0100
commit185c2b8a3af986c292d15a4953b5e1c9f1221a14 (patch)
treec7dc4f6e363978c5988928b6e248cf168c587e13 /include/waiting_threads.h
parent14c146618707540c46e1ab1c8b8f103913e1237a (diff)
downloadmariadb-git-185c2b8a3af986c292d15a4953b5e1c9f1221a14.tar.gz
#pragma pack() syntax compatible with sun studio
Diffstat (limited to 'include/waiting_threads.h')
-rw-r--r--include/waiting_threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/waiting_threads.h b/include/waiting_threads.h
index d0d5ffbd191..41828164d05 100644
--- a/include/waiting_threads.h
+++ b/include/waiting_threads.h
@@ -31,12 +31,12 @@ typedef struct st_wt_resource_type {
} WT_RESOURCE_TYPE;
/* we want to compare this struct with memcmp, make it packed */
-#pragma pack(push,1)
+#pragma pack(1)
struct st_wt_resource_id {
ulonglong value;
WT_RESOURCE_TYPE *type;
};
-#pragma pack(pop)
+#pragma pack()
#define WT_WAIT_STATS 24
#define WT_CYCLE_STATS 32