Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
870d881c
Commit
870d881c
authored
Jan 25, 2016
by
danh-arm
Browse files
Merge pull request #496 from Xilinx/attr-deprecated
cdefs.h: Use __deprecated__ instead of deprecated
parents
01fc3f73
6b8d6720
Changes
1
Show whitespace changes
Inline
Side-by-side
include/stdlib/sys/cdefs.h
View file @
870d881c
...
...
@@ -283,7 +283,7 @@
#if __GNUC_PREREQ__(3, 1)
#define __noinline __attribute__ ((__noinline__))
#define __deprecated __attribute__ ((deprecated))
#define __deprecated __attribute__ ((
__
deprecated
__
))
#else
#define __noinline
#define __deprecated
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment