CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/30 14:09:35
Modified files:
sys/sys : cdefs.h
Log message:
Add __unused and __used macros that expand to appropriate __attribute__
expressions depending on the GCC version in use. Use __unused to supress
warnings from GCC's -Wunused options, and use __used to prevent code from
being optimized away. From NetBSD.
ok tedu@, marco@
