Skip to content

Commit

Permalink
ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed Mar 10, 2000
1 parent 4991d07 commit b70dcdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ extern "C" {
# include <io.h>
# include <fcntl.h>

# ifdef __MINGW32__
# define ssize_t long
# endif

# if defined (__BORLANDC__)
# define _setmode setmode
# define _O_TEXT O_TEXT
Expand Down Expand Up @@ -268,6 +272,7 @@ extern "C" {
# endif
# ifdef NeXT
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP */
# define ssize_t long
# endif

# define OPENSSL_CONF "openssl.cnf"
Expand Down

0 comments on commit b70dcdf

Please sign in to comment.