Commit d5691211 authored by Yang Tse's avatar Yang Tse
Browse files

Sync with lib/setup_once.h

parent a93695a7
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -77,9 +77,6 @@
                                   (RECV_TYPE_ARG4)(SEND_4TH_ARG))
                                   (RECV_TYPE_ARG4)(SEND_4TH_ARG))
#endif
#endif
#else /* HAVE_RECV */
#else /* HAVE_RECV */
#ifdef MSDOS
#define sread(x,y,z) (ssize_t)read_s((int)(x), (char *)(y), (int)(z))
#endif
#ifndef sread
#ifndef sread
  /* */
  /* */
  Error Missing_definition_of_macro_sread
  Error Missing_definition_of_macro_sread
@@ -104,9 +101,6 @@
                                    (SEND_TYPE_ARG4)(SEND_4TH_ARG))
                                    (SEND_TYPE_ARG4)(SEND_4TH_ARG))
#endif
#endif
#else /* HAVE_SEND */
#else /* HAVE_SEND */
#ifdef MSDOS
#define swrite(x,y,z) (ssize_t)write_s((int)(x), (char *)(y), (int)(z))
#endif
#ifndef swrite
#ifndef swrite
  /* */
  /* */
  Error Missing_definition_of_macro_swrite
  Error Missing_definition_of_macro_swrite