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

Commitb653d1e

Browse files
committed
Fix for linux/sparc.
1 parent50644a2 commitb653d1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/include/port/linux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#if defined(__i386__)
1212
typedefunsignedcharslock_t;
1313

14+
#elif defined(__sparc__)
15+
typedefunsignedcharslock_t;
16+
1417
#elif defined(__powerpc__)
1518
typedefunsignedintslock_t;
1619

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp