src/cx/common.h

changeset 503
a89857072ace
parent 493
e3469b497eff
child 545
3700ac4bd9a3
equal deleted inserted replaced
502:33e7b6ebf403 503:a89857072ace
112 #include <sys/types.h> 112 #include <sys/types.h>
113 113
114 #endif /* _WIN32 */ 114 #endif /* _WIN32 */
115 115
116 #ifndef __GNUC__ 116 #ifndef __GNUC__
117 /**
118 * Removes GNU C attributes where they are not supported.
119 */
117 #define __attribute__(x) 120 #define __attribute__(x)
118 #endif 121 #endif
119 122
120 #endif /* UCX_COMMON_H */ 123 #endif /* UCX_COMMON_H */

mercurial