mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Typo in last checkin
This commit is contained in:
parent
c9aafacee4
commit
09e1869773
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user