!5 rv64g架构 编译报错 libc6-dev 升级2.36后报错 closefrom函数类型

Merge pull request !5 from 范小气/openkylin/yangtze
This commit is contained in:
luoyaoming 2024-02-23 01:27:18 +00:00 committed by Gitee
commit 8aee1c1351
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openssh (1:8.2p1-ok2) yangtze; urgency=medium
* remove int closefrom()
-- root <fanxiaoqi@smart-core.cn> Thu, 22 Feb 2024 18:15:27 +0800
openssh (1:8.2p1-ok1) yangtze; urgency=medium
* Build for openKylin.

View File

@ -24,7 +24,7 @@
#define NUM_OPENS 10
int closefrom(int);
#int closefrom(int);
void
fail(char *msg)