Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Fix stackdump
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh committed Apr 16, 2023
1 parent 6c013e3 commit 6613fd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/erofs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ typedef unsigned short umode_t;
#define PATH_MAX 4096 /* # chars in a path name including nul */
#endif

#ifdef __CYGWIN__
#ifdef PAGE_SIZE
#undef PAGE_SIZE
#endif
#endif

#ifndef PAGE_SHIFT
#define PAGE_SHIFT (12)
#endif
Expand Down

0 comments on commit 6613fd6

Please sign in to comment.