mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Wed Apr 24 00:22:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* wcsmbs/wcsrtombs.c [! EILSEQ] (EILSEQ): Define to EINVAL. * wcsmbs/wcrtomb.c: Likewise.
This commit is contained in:
parent
e0637da1c7
commit
80bcb41041
@ -20,6 +20,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#include <errno.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#ifndef EILSEQ
|
||||
#define EILSEQ EINVAL
|
||||
#endif
|
||||
|
||||
size_t
|
||||
wcrtomb (s, wc, ps)
|
||||
|
@ -20,6 +20,10 @@ Boston, MA 02111-1307, USA. */
|
||||
#include <errno.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#ifndef EILSEQ
|
||||
#define EILSEQ EINVAL
|
||||
#endif
|
||||
|
||||
|
||||
size_t
|
||||
wcsrtombs (dst, src, len, ps)
|
||||
|
Loading…
Reference in New Issue
Block a user