-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: reproduce an alpine symbol issue
- Loading branch information
1 parent
750f717
commit 3de89ad
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
#ifndef RCD_TEST_EXT_H | ||
#define RCD_TEST_EXT_H 1 | ||
|
||
// see rcdt_largefile_op_removed_from_musl | ||
#define _LARGEFILE_SOURCE 1 | ||
#define _FILE_OFFSET_BITS 64 | ||
#include <fcntl.h> | ||
|
||
#include "ruby.h" | ||
|
||
#endif /* RCD_TEST_EXT_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters