0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-14 02:17:04 +00:00

Add a deprecated option

This commit is contained in:
Jan Maria Matejka 2018-12-03 10:05:40 +01:00
parent a4e825411a
commit a943d1da41

View File

@ -65,6 +65,7 @@ static inline int u64_cmp(u64 i1, u64 i2)
#define NORET __attribute__((noreturn))
#define UNUSED __attribute__((unused))
#define PACKED __attribute__((packed))
#define DEPRECATED __attribute__((deprecated))
/* Microsecond time */