cdefs.h: Use __deprecated__ instead of deprecated
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 20 Jan 2016 23:32:23 +0000 (15:32 -0800)
committerSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 20 Jan 2016 23:45:39 +0000 (15:45 -0800)
commit6b8d6720cc1fb8fcb2c21d3f6124e04aed889c11
treedcf03e7f2ab73bc73846ac4d5ccc53c3c8ae4ad1
parent84091c48167c3335c826b31c96c67a6e8ae7eeba
cdefs.h: Use __deprecated__ instead of deprecated

Use the form with underscores to define the '__deprecated' macro to avoid
collisions with potentially defined macros, as suggested in gcc docs
(https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html#Attribute-Syntax).

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
include/stdlib/sys/cdefs.h