Skip to content

Commit

Permalink
Remove re-definition of ssize_t into vlbi_server.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Platone committed May 15, 2023
1 parent 13f0ad3 commit 37f50c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlbi_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#ifdef _WIN32
#define restrict __restrict
typedef long long ssize_t;
extern ssize_t getdelim(char **restrict lineptr, size_t *restrict n, int delim, FILE *restrict stream);
#endif

Expand Down

0 comments on commit 37f50c6

Please sign in to comment.