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:
Jeff Johnston 2014-08-18 16:43:42 +00:00
parent 81c17949f0
commit 6811cfb0b9
2 changed files with 9 additions and 0 deletions

View file

@ -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.

View file

@ -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