]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
use malloc attribute
authorHolger Lubitz <hal@duncan.ol.sub.de>
Mon, 20 Aug 2007 18:29:41 +0000 (20:29 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Mon, 20 Aug 2007 18:29:41 +0000 (20:29 +0200)
src/include/readline/readline.h

index 4214a44ff4c0cd9234c3f8d018c0bd61038d0689..1a03b48365867f8689279f70fb7c3fce9bf4afff 100644 (file)
@@ -7,6 +7,6 @@
  *
  */
 
-extern char * readline ( const char *prompt );
+extern char * __malloc readline ( const char *prompt );
 
 #endif /* _READLINE_H */