mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
[BZ #3426]
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to reality.
This commit is contained in:
parent
b2369ca3ff
commit
4de0b4abf5
@ -1,5 +1,9 @@
|
|||||||
2006-10-27 Ulrich Drepper <drepper@redhat.com>
|
2006-10-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #3426]
|
||||||
|
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
|
||||||
|
reality.
|
||||||
|
|
||||||
[BZ #3429]
|
[BZ #3429]
|
||||||
* elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
|
* elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
|
||||||
we are sure we do not need it anymore for _dl_close. ALso move
|
we are sure we do not need it anymore for _dl_close. ALso move
|
||||||
|
@ -741,8 +741,7 @@ __END_NAMESPACE_STD
|
|||||||
|
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
/* Return a malloc'd string containing the canonical absolute name of the
|
/* Return a malloc'd string containing the canonical absolute name of the
|
||||||
named file. The last file name component need not exist, and may be a
|
existing named file. */
|
||||||
symlink to a nonexistent file. */
|
|
||||||
extern char *canonicalize_file_name (__const char *__name)
|
extern char *canonicalize_file_name (__const char *__name)
|
||||||
__THROW __nonnull ((1)) __wur;
|
__THROW __nonnull ((1)) __wur;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user