mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:37:24 +03:00
Sync with lib/setup_once.h
This commit is contained in:
parent
a93695a70e
commit
d5691211dd
1 changed files with 0 additions and 6 deletions
|
|
@ -77,9 +77,6 @@
|
|||
(RECV_TYPE_ARG4)(SEND_4TH_ARG))
|
||||
#endif
|
||||
#else /* HAVE_RECV */
|
||||
#ifdef MSDOS
|
||||
#define sread(x,y,z) (ssize_t)read_s((int)(x), (char *)(y), (int)(z))
|
||||
#endif
|
||||
#ifndef sread
|
||||
/* */
|
||||
Error Missing_definition_of_macro_sread
|
||||
|
|
@ -104,9 +101,6 @@
|
|||
(SEND_TYPE_ARG4)(SEND_4TH_ARG))
|
||||
#endif
|
||||
#else /* HAVE_SEND */
|
||||
#ifdef MSDOS
|
||||
#define swrite(x,y,z) (ssize_t)write_s((int)(x), (char *)(y), (int)(z))
|
||||
#endif
|
||||
#ifndef swrite
|
||||
/* */
|
||||
Error Missing_definition_of_macro_swrite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue