Skip to content

Commit

Permalink
Mark z/OS compatibility code as such
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Jun 1, 2020
1 parent dd32df1 commit 96c41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_blf.h
Expand Up @@ -60,9 +60,9 @@
# endif
typedef LONG_PTR SSIZE_T;
typedef SSIZE_T ssize_t;
/* z/OS compatibility */
#endif

/* z/OS compatibility */
#ifdef __MVS__
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
Expand Down

0 comments on commit 96c41e2

Please sign in to comment.