Agglomerate more mallocs to speed-up gfxterm.
This commit is contained in:
parent
22b06e9685
commit
85002bf34a
15 changed files with 254 additions and 187 deletions
|
@ -5,3 +5,5 @@ void EXPORT_FUNC (write) (void);
|
|||
void EXPORT_FUNC (ioctl) (void);
|
||||
void EXPORT_FUNC (__errno_location) (void);
|
||||
void EXPORT_FUNC (strerror) (void);
|
||||
void EXPORT_FUNC (sysconf) (void);
|
||||
void EXPORT_FUNC (times) (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue