mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
(__libc_dlclose): Fix typo.
This commit is contained in:
parent
da48cd782f
commit
0312b508ac
@ -36,6 +36,6 @@ __libc_dlsym (void *map, const char *name)
|
||||
int
|
||||
__libc_dlclose (void *map)
|
||||
{
|
||||
_dl_close (__map);
|
||||
_dl_close (map);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user