Skip to content
Snippets Groups Projects
Commit e78f4140 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Use macros for the dummy definitions of sys_errlist/sys_errno

parent a66f4db9
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
#ifdef DECL_SYS_ERRLIST
#ifndef HAVE_SYS_ERRLIST
int sys_nerr;
char **sys_errlist;
#define sys_nerr 0
#define sys_errlist ((char **)0)
#else
extern int sys_nerr;
extern char *sys_errlist[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment