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

Commit4516553

Browse files
committed
From: "Brian E. Gallew" <geek+@cmu.edu>
Subject: [PORTS] minor fix for DGUX portsrc/include/port/dgux.h needs the following three lines appended:#ifndef BYTE_ORDER#define BYTE_ORDER BIG_ENDIAN#endifI believe this to be correct for DG/UX on M88k processors. I don't have one ofthe new Intel-based boxes to check on.
1 parentf22f57c commit4516553

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/include/port/dgux.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# defineLINUX_ELF
2-
# defineUSE_POSIX_SIGNALS
1+
#defineLINUX_ELF
2+
#defineUSE_POSIX_SIGNALS
3+
#ifndefBYTE_ORDER
4+
# defineBYTE_ORDER BIG_ENDIAN
5+
#endif
6+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp