From: Junfeng Dong Date: Thu, 27 Jun 2013 14:23:21 +0000 (+0800) Subject: Fix the build error with glibc 2.17. X-Git-Tag: accepted/tizen/20130627.135105^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53c3d4386146d28572689869fdafa71a49e53f38;p=apps%2Fcore%2Fpreloaded%2Fquickpanel.git Fix the build error with glibc 2.17. Change-Id: I445c5fb0d27a125c5ce9ed51467f35658bc88d31 Signed-off-by: Junfeng Dong --- diff --git a/daemon/notifications/noti_util.c b/daemon/notifications/noti_util.c index d8fad68..0f97551 100755 --- a/daemon/notifications/noti_util.c +++ b/daemon/notifications/noti_util.c @@ -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 index 0000000..3bce855 --- /dev/null +++ b/packaging/org.tizen.quickpanel.changes @@ -0,0 +1,2 @@ +* Thu Jun 27 2013 Junfeng Dong accepted/tizen/20130530.164708@6366e3a +- Fix the build error with glibc 2.17.