From 53c3d4386146d28572689869fdafa71a49e53f38 Mon Sep 17 00:00:00 2001 From: Junfeng Dong Date: Thu, 27 Jun 2013 22:23:21 +0800 Subject: [PATCH] Fix the build error with glibc 2.17. Change-Id: I445c5fb0d27a125c5ce9ed51467f35658bc88d31 Signed-off-by: Junfeng Dong --- daemon/notifications/noti_util.c | 2 +- packaging/org.tizen.quickpanel.changes | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 packaging/org.tizen.quickpanel.changes 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. -- 2.7.4