Skip to content

Commit

Permalink
Sync with lib/setup_once.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed Oct 27, 2006
1 parent 4df9c29 commit d9cab5a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup_once.h
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d9cab5a

Please sign in to comment.