Fix the build error with glibc 2.17. 29/4329/1 accepted/tizen/20130627.135105 submit/tizen/20130627.143056
authorJunfeng Dong <junfeng.dong@intel.com>
Thu, 27 Jun 2013 14:23:21 +0000 (22:23 +0800)
committerJunfeng Dong <junfeng.dong@intel.com>
Thu, 27 Jun 2013 14:24:55 +0000 (22:24 +0800)
Change-Id: I445c5fb0d27a125c5ce9ed51467f35658bc88d31
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
daemon/notifications/noti_util.c
packaging/org.tizen.quickpanel.changes [new file with mode: 0644]

index d8fad68..0f97551 100755 (executable)
@@ -98,7 +98,7 @@ HAPI char *quickpanel_noti_get_time(time_t t, char *buf, int buf_len)
 
                /* get default locale  */
                /* for thread saftey  */
-               uloc_setDefault(__secure_getenv("LC_TIME"), &status);
+               uloc_setDefault(secure_getenv("LC_TIME"), &status);
                locale = uloc_getDefault();
 
                /* open datetime pattern generator */
diff --git a/packaging/org.tizen.quickpanel.changes b/packaging/org.tizen.quickpanel.changes
new file mode 100644 (file)
index 0000000..3bce855
--- /dev/null
@@ -0,0 +1,2 @@
+* Thu Jun 27 2013 Junfeng Dong <junfeng.dong@intel.com> accepted/tizen/20130530.164708@6366e3a
+- Fix the build error with glibc 2.17.