Commit b6b2d9d7 by Edward Thomson

examples: ssize_t is signed, not unsigned

parent cd67a903
......@@ -11,7 +11,7 @@
# define read _read
# define close _close
#define ssize_t unsigned int
#define ssize_t int
#else
# include <unistd.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment