Skip to content

Commit

Permalink
Add large file support for AIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed May 6, 2020
1 parent 7385d92 commit 539a329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pigz.c
Expand Up @@ -323,6 +323,7 @@

// Use large file functions if available.
#define _FILE_OFFSET_BITS 64
#define _LARGE_FILES // for AIX

// Included headers and what is expected from each.
#include <stdio.h> // fflush(), fprintf(), fputs(), getchar(), putc(),
Expand Down

0 comments on commit 539a329

Please sign in to comment.