mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
use malloc attribute
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern char * readline ( const char *prompt );
|
extern char * __malloc readline ( const char *prompt );
|
||||||
|
|
||||||
#endif /* _READLINE_H */
|
#endif /* _READLINE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user