Browse Source

use malloc attribute

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
347ab9b8c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/readline/readline.h

+ 1
- 1
src/include/readline/readline.h View File

@@ -7,6 +7,6 @@
7 7
  *
8 8
  */
9 9
 
10
-extern char * readline ( const char *prompt );
10
+extern char * __malloc readline ( const char *prompt );
11 11
 
12 12
 #endif /* _READLINE_H */

Loading…
Cancel
Save