Remove bare use of __attribute__ in include/errno.h.
This is just a style fix; we always prefer the shorthand macros over bare uses of __attribute__, even in private headers. * include/errno.h (__errno_location): Use __attribute_const__ instead of bare __attribute__.
Loading
Please register or sign in to comment