mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
newlib: add definitions for _READ_WRITE_BUFSIZE_TYPE and _READ_WRITE_RETURN_TYPE.
TODO: figure out where they should really go.
This commit is contained in:
parent
b30c823f2b
commit
b2790cf0fb
@ -215,6 +215,10 @@
|
||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||
#endif
|
||||
|
||||
|
||||
#define _READ_WRITE_BUFSIZE_TYPE unsigned long
|
||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||
|
||||
#ifndef __EXPORT
|
||||
#define __EXPORT
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user