X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ferrno.h;h=9e1e3202b79dcd9d024a52d76e8b5ed99cafe6ad;hp=9d6803383cac9d6f244a35de6b1e05c3808c9f3d;hb=adb88e773b3897fa222b5d1bb8e46b2d6b424214;hpb=cbf35978a9870fb1f5c73a852c986d4fcca6c2d4 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