aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libc_compat/ubuntu_14/features.h
blob: 9fbab45ab5b7a66a384fdb6ebf60962cf22aa193 (plain) (blame)
1
2
3
4
5
#pragma once

#define weak __attribute__((__weak__))
#define weak_alias(old, new) \
        extern __typeof(old) new __attribute__((__weak__, __alias__(#old)))