mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3-includes: remove EILSEQ check, this is handled by
../lib/replace/system/iconv.h already. Guenther
This commit is contained in:
parent
0e771263ee
commit
1d7b7ce42e
@ -675,12 +675,6 @@ enum flush_reason_enum {
|
||||
#endif
|
||||
|
||||
|
||||
/* needed for some systems without iconv. Doesn't really matter
|
||||
what error code we use */
|
||||
#ifndef EILSEQ
|
||||
#define EILSEQ EIO
|
||||
#endif
|
||||
|
||||
/* add varargs prototypes with printf checking */
|
||||
/*PRINTFLIKE2 */
|
||||
int fdprintf(int , const char *, ...) PRINTF_ATTRIBUTE(2,3);
|
||||
|
Loading…
Reference in New Issue
Block a user