macros.h
author Hajime Tazaki <tazaki@nict.go.jp>
Wed, 13 Feb 2013 22:37:34 +0900
changeset 651 9d7e2cd9633b
parent 476 0a304a4b0c5e
permissions -rw-r--r--
add a testcase to reproduce threaded dlclose crash (Bug 1513)

#ifndef MACROS_H
#define MACROS_H

#define EXPORT __attribute__ ((visibility("default")))
#define RETURN_ADDRESS ((unsigned long)__builtin_return_address (0))
#define MACROS_USED __attribute__ ((used))

#endif /* MACROS_H */