]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/lib/minilibc/include/mini_defs.h
update
[l4.git] / kernel / fiasco / src / lib / minilibc / include / mini_defs.h
1 #ifndef MINIDEFS_INCLUDE
2 #define MINIDEFS_INCLUDE
3
4 #if(__GNUC__ >= 3)
5 #  define MARK_DEPRECATED __attribute__((deprecated))
6 #else
7 #  define MARK_DEPRECATED /*empty*/
8 #endif
9
10
11
12 #endif // MINIDEFS_INCLUDE