Skip to content

Commit

Permalink
define SIZE_T_MAX
Browse files Browse the repository at this point in the history
--HG--
branch : fuzz
  • Loading branch information
mkj committed May 22, 2017
1 parent 84a143a commit a43b6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ typedef unsigned int u_int32_t;
typedef u_int32_t uint32_t;
#endif /* HAVE_UINT32_T */

#ifndef SIZE_T_MAX
#define SIZE_T_MAX ULONG_MAX
#endif /* SIZE_T_MAX */

#ifdef SO_PRIORITY
#include <linux/types.h>
#include <linux/pkt_sched.h>
Expand Down

0 comments on commit a43b6b0

Please sign in to comment.