Skip to content

Commit

Permalink
[BZ #3426]
Browse files Browse the repository at this point in the history
	* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
	reality.
  • Loading branch information
Ulrich Drepper committed Oct 27, 2006
1 parent b2369ca commit 4de0b4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2006-10-27 Ulrich Drepper <drepper@redhat.com>

[BZ #3426]
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
reality.

[BZ #3429]
* 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
Expand Down
3 changes: 1 addition & 2 deletions stdlib/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,7 @@ __END_NAMESPACE_STD

#ifdef __USE_GNU
/* 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
symlink to a nonexistent file. */
existing named file. */
extern char *canonicalize_file_name (__const char *__name)
__THROW __nonnull ((1)) __wur;
#endif
Expand Down

0 comments on commit 4de0b4a

Please sign in to comment.