Fix test_strerror_r not works

This commit is contained in:
2022-10-10 02:17:57 +00:00
committed by GitHub
parent 193af05008
commit 40e3df54a9
4 changed files with 18 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
#include <errno.h>
#include <string.h>
#include <stdio.h>
int main() {
char buf[280];