This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
PR
#336
: fix to previous change, be sure to include string.h when we're using the real strerror.
tags/json-c-0.13-20171207
Eric Haszlakiewicz
8 years ago
parent
36dbe2d74e
commit
af87944585
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
strerror_override.h
+ 2
- 0
strerror_override.h
View File
@@ -14,6 +14,8 @@ JSON_EXPORT char *_json_c_strerror(int errno_in);
#ifndef STRERROR_OVERRIDE_IMPL
#define strerror _json_c_strerror
#else
#include <string.h>
#endif
#ifdef __cplusplus
Write
Preview
Loading…
Cancel
Save