blob: e8ad80a3263b0bdc0fd5039bda5b03f9f522adba [file] [log] [blame]
vapier2751f262008-02-11 16:39:54 +00001/*
2 * compiler.h: take care of fun compiler details here
3 *
4 * Licensed under the GPL-2 or later
5 */
6
7#ifndef __LTP_COMPILER_H__
8#define __LTP_COMPILER_H__
9
10#define attribute_noreturn __attribute__((noreturn))
11
12#endif