Clarify an example so Linux folks won't keep getting confused by this point.
This commit is contained in:
parent
751833b2d3
commit
36429d6a27
@ -453,6 +453,9 @@ and
|
||||
.Xr close 2
|
||||
system calls.
|
||||
.Bd -literal -offset indent
|
||||
#ifdef __linux__
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user