Skip to content

Commit

Permalink
Merge pull request #10 from neheb/patch-1
Browse files Browse the repository at this point in the history
file: define _FILE_OFFSET_BITS to 64
  • Loading branch information
zhaojh329 authored Aug 30, 2020
2 parents f8d348d + e5021c6 commit fbcf45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#define _DEFAULT_SOURCE
#define _XOPEN_SOURCE
#define _FILE_OFFSET_BITS 64

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit fbcf45a

Please sign in to comment.