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>
|
2014-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libc/include/string.h: Improve language and OS standard guards.
|
* libc/include/string.h: Improve language and OS standard guards.
|
||||||
|
@ -75,6 +75,10 @@
|
|||||||
#define _POINTER_INT short
|
#define _POINTER_INT short
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__m68k__) || defined(__mc68000__)
|
||||||
|
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ___AM29K__
|
#ifdef ___AM29K__
|
||||||
#define _FLOAT_RET double
|
#define _FLOAT_RET double
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user