CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/15 15:59:56
Modified files:
sys/sys : cdefs.h
Log message:
add a __bounded() define as a shortcut for out bounds-checking attributes
that turns itself off when not compiling with gcc
add __warn_unused_result as a shortcut to the __warn_unused_result__
attribute
ok martynas@
