Skip to content

Commit

Permalink
errno fix for glibc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeker committed Nov 6, 2003
1 parent 9601546 commit dc88179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ERROR_H
#define ERROR_H

extern int errno;
#include <errno.h>

extern int error_intr;
extern int error_nomem;
Expand Down

0 comments on commit dc88179

Please sign in to comment.