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

Commitdf7a435

Browse files
committed
Mklinux patch from Tatsuo.
1 parent2b4be93 commitdf7a435

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

‎src/include/port/linux.h

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
#if defined(PPC)
1414
typedefunsignedintslock_t;
15-
15+
#elif defined(__alpha__)
16+
typedeflongintslock_t;
17+
#else
18+
typedefunsignedcharslock_t;
1619
#endif
1720

1821
#if defined(PPC)
@@ -24,14 +27,6 @@ typedef unsigned int slock_t;
2427
#undef NEED_I386_TAS_ASM
2528
#endif
2629

27-
2830
#if defined(__alpha__)
2931
#undef NEED_I386_TAS_ASM
3032
#endif
31-
#if defined(__alpha__)
32-
typedeflongintslock_t;
33-
34-
#else
35-
typedefunsignedcharslock_t;
36-
37-
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp