Print this page
Revert "remove unused v from libmvec"
This reverts commit e853d278ee4b7f2a8c2117cc598cfc68b4e3f29b.
fix system-library-math.mf
update libm manifests
14071:dece9aafe99a - fix build problems on sparc
remove unused v from libmvec
fix for patch09 - use __GNU_UNUSED - fix cstyle
fix for patch09 - use __GNU_UNUSED
Revert "remove unused v from libmvec"
This reverts commit e853d278ee4b7f2a8c2117cc598cfc68b4e3f29b.
fix system-library-math.mf
update libm manifests
14071:dece9aafe99a - fix build problems on sparc
remove unused v from libmvec
fix for patch09 - use __GNU_UNUSED - fix cstyle
fix for patch09 - use __GNU_UNUSED

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/ccompile.h
          +++ new/usr/src/uts/common/sys/ccompile.h
↓ open down ↓ 131 lines elided ↑ open up ↑
 132  132  
 133  133  #define __PRINTFLIKE(__n)       __sun_attr__((__PRINTFLIKE__(__n)))
 134  134  #define __VPRINTFLIKE(__n)      __sun_attr__((__VPRINTFLIKE__(__n)))
 135  135  #define __KPRINTFLIKE(__n)      __sun_attr__((__KPRINTFLIKE__(__n)))
 136  136  #define __KVPRINTFLIKE(__n)     __sun_attr__((__KVPRINTFLIKE__(__n)))
 137  137  #define __NORETURN              __sun_attr__((__noreturn__))
 138  138  #define __GNU_INLINE            __inline__ __sun_attr__((__gnu_inline__))
 139  139  #define __RETURNS_TWICE         __sun_attr__((__returns_twice__))
 140  140  #define __CONST                 __sun_attr__((__const__))
 141  141  #define __PURE                  __sun_attr__((__pure__))
      142 +#define __GNU_UNUSED    __attribute__((__unused__))
 142  143  
 143  144  #ifdef  __cplusplus
 144  145  }
 145  146  #endif
 146  147  
 147  148  #endif  /* _SYS_CCOMPILE_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX