2014-08-18 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__m68k__]: Set _READ_WRITE_RETURN_TYPE to _ssize_t to match underlying code in libgloss.
This commit is contained in:
parent
81c17949f0
commit
6811cfb0b9
|
@ -1,3 +1,8 @@
|
|||
2014-08-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/sys/config.h[__m68k__]: Set _READ_WRITE_RETURN_TYPE
|
||||
to _ssize_t to match underlying code in libgloss.
|
||||
|
||||
2014-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libc/include/string.h: Improve language and OS standard guards.
|
||||
|
|
|
@ -75,6 +75,10 @@
|
|||
#define _POINTER_INT short
|
||||
#endif
|
||||
|
||||
#if defined(__m68k__) || defined(__mc68000__)
|
||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||
#endif
|
||||
|
||||
#ifdef ___AM29K__
|
||||
#define _FLOAT_RET double
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue