Skip to content

Commit

Permalink
Converted file to unix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Lee committed Sep 5, 2016
1 parent 92b1959 commit 861b10d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srclib/safe-read.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@

#ifdef _WIN32
#include <io.h>
#ifdef _WIN64
typedef __int64 ssize_t;
#else
typedef int ssize_t;
#endif
#endif
#ifdef _WIN64
typedef __int64 ssize_t;
#else
typedef int ssize_t;
#endif
#endif

#ifdef SAFE_WRITE
# define safe_rw safe_write
Expand Down

0 comments on commit 861b10d

Please sign in to comment.