mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
From-SVN: r96904
This commit is contained in:
committed by
Kaveh Ghazi
parent
4aa708ba12
commit
65ec6c0eb2
@@ -1,3 +1,7 @@
|
||||
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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user