-
- Downloads
libiberty: Expose choose_tmpdir, and fix constness of return type
include/ChangeLog: * libiberty.h (choose_tmpdir): New prototype. libiberty/ChangeLog: * choose-temp.c (choose_tmpdir): Remove now-redundant local copy of prototype. * functions.texi: Regenerate. * make-temp-file.c (choose_tmpdir): Convert return type from char * to const char * - given that this returns a pointer to a memoized allocation, the caller must not touch it. From-SVN: r216285
Showing
- include/ChangeLog 4 additions, 0 deletionsinclude/ChangeLog
- include/libiberty.h 5 additions, 0 deletionsinclude/libiberty.h
- libiberty/ChangeLog 9 additions, 0 deletionslibiberty/ChangeLog
- libiberty/choose-temp.c 0 additions, 1 deletionlibiberty/choose-temp.c
- libiberty/functions.texi 6 additions, 7 deletionslibiberty/functions.texi
- libiberty/make-temp-file.c 2 additions, 2 deletionslibiberty/make-temp-file.c
Loading
Please register or sign in to comment