From 1ce6c1300b11dcd825ee372b9354607f5069a6f1 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 29 Jul 2005 15:59:52 +0000 Subject: Updated to fedora-glibc-20050729T1531 --- gmon/gmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gmon') diff --git a/gmon/gmon.c b/gmon/gmon.c index d292454ab5..1e94aaba5f 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -331,7 +331,7 @@ write_gmon (void) { size_t len = strlen (env); char buf[len + 20]; - snprintf (buf, sizeof (buf), "%s.%u", env, __getpid ()); + __snprintf (buf, sizeof (buf), "%s.%u", env, __getpid ()); fd = open_not_cancel (buf, O_CREAT|O_TRUNC|O_WRONLY|O_NOFOLLOW, 0666); } -- cgit 1.4.1