Fix the build error with glibc 2.17.
[apps/core/preloaded/quickpanel.git] / daemon / notifications / noti_util.c
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 */