about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 14:05:49 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 14:05:49 -0400
commit09e18697732f90357db0b3241e563a4db8ebfb03 (patch)
tree9748435aa85581156602005fb337a5afc0241da7 /elf
parentc9aafacee48275d85d86f25ab4569516f180846a (diff)
downloadglibc-09e18697732f90357db0b3241e563a4db8ebfb03.tar.gz
glibc-09e18697732f90357db0b3241e563a4db8ebfb03.tar.xz
glibc-09e18697732f90357db0b3241e563a4db8ebfb03.zip
Typo in last checkin
Diffstat (limited to 'elf')
-rw-r--r--elf/sprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c
index 069649a654..61825999a7 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -597,7 +597,7 @@ load_shobj (const char *name)
       char origprocname[sizeof (procpath) + sizeof (int) * 3];
       snprintf (origprocname, sizeof (origprocname), procpath, fd);
       char *origlink = (char *) alloca (PATH_MAX);
-      ssize_t n = readlink (origprocname, origlink, PATH_MAX)
+      ssize_t n = readlink (origprocname, origlink, PATH_MAX);
       if (n == -1)
 	goto no_debuginfo;
       origlink[n] = '\0';