repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adjust makefile to make crt/ and ldso/ sources arch-replaceable
[musl.git]
/
include
/
stdnoreturn.h
blob
5c6aeeb008cd8150dda6bd2421b85627ee6014dd
1
#ifndef _STDNORETURN_H
2
#define _STDNORETURN_H
3
#ifndef __cplusplus
4
#include <features.h>
5
#define noreturn _Noreturn
6
#endif
7
#endif