diff options
Diffstat (limited to 'include/errno.h')
-rw-r--r-- | include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h index 9d680338..9e1e3202 100644 --- a/include/errno.h +++ b/include/errno.h @@ -10,7 +10,7 @@ extern "C" { #ifdef __GNUC__ __attribute__((const)) #endif -extern int *__errno_location(void); +int *__errno_location(void); #define errno (*__errno_location()) #ifdef __cplusplus |