Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd525ab8

Browse files
committed
Workaround for broken large file support on HP-UX
1 parentf81ce4a commitd525ab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/include/port/hpux.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ typedef struct
1515
#endif
1616
#ifndefBYTE_ORDER
1717
#defineBYTE_ORDERBIG_ENDIAN
18+
#endif
1819

20+
/* workaround for nonstandard large file support implementation */
21+
#if defined(_FILE_OFFSET_BITS)&&_FILE_OFFSET_BITS==64
22+
#define_LARGEFILE64_SOURCE 1
1923
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp