]> sourceware.org Git - glibc.git/commit
Remove bare use of __attribute__ in include/errno.h.
authorZack Weinberg <zackw@panix.com>
Fri, 9 Jun 2017 13:37:55 +0000 (09:37 -0400)
committerZack Weinberg <zackw@panix.com>
Fri, 9 Jun 2017 13:37:55 +0000 (09:37 -0400)
commitb4971123e9e681126cb8eaae6d5de56be84c9e98
tree4e2c3a6cc21bad2a21900e667b3d36d115a5f5ae
parent65b6d8b79c20bbf83209c6a23645cf5422170e5d
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__.
ChangeLog
include/errno.h
This page took 0.042775 seconds and 5 git commands to generate.