Skip to content

Commit a80c5e1

Browse files
committed
fix: sw64 getpriority wrong
直接调用sw64内核的getpriority接口返回值非标准unix的glibc getpriority接口返回值,需要开启glibc getpriority返回值转化
1 parent e5281e9 commit a80c5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/patches/sw64/0001-feat-merge-sunway-patch-manually.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43947,7 +43947,7 @@ index 00000000..cbfd1258
4394743947
+
4394843948
+sigstack - sigstack 2 sigstack
4394943949
+
43950-
+getpriority - getpriority i:ii __getpriority getpriority
43950+
+# getpriority - getpriority i:ii __getpriority getpriority
4395143951
+
4395243952
+# proper socket implementations:
4395343953
+bind - bind i:ipi __bind bind

0 commit comments

Comments
 (0)