Commit 65ec6c0e by Kaveh R. Ghazi Committed by Kaveh Ghazi

* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.

From-SVN: r96904
parent 4aa708ba
2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
2005-03-09 Mark Mitchell <mark@codesourcery.com>
* libiberty.h (gettimeofday): Declare.
......
......@@ -162,7 +162,7 @@ extern long get_run_time PARAMS ((void));
return value using malloc. */
extern char *make_relative_prefix PARAMS ((const char *, const char *,
const char *));
const char *)) ATTRIBUTE_MALLOC;
/* Choose a temporary directory to use for scratch files. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment