Sync with lib/setup_once.h
authorYang Tse <yangsita@gmail.com>
Fri, 27 Oct 2006 15:37:26 +0000 (15:37 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 27 Oct 2006 15:37:26 +0000 (15:37 +0000)
setup_once.h

index 8f24d8c..224ab69 100644 (file)
@@ -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
                                     (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