diff options
author | Olof Kindgren <olof.kindgren@gmail.com> | 2017-02-06 23:38:38 +0900 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-02-13 09:16:51 +0100 |
commit | d1caad439334b29983c0bb3a9222f2eeb60a25a8 (patch) | |
tree | 3eb574196b3bc2ca8d19387758cc5297574e4fa3 /newlib/libc/stdlib/quick_exit.c | |
parent | debaf9557e7bf4e406985e659f73b11fa405e283 (diff) | |
download | cygnal-d1caad439334b29983c0bb3a9222f2eeb60a25a8.tar.gz cygnal-d1caad439334b29983c0bb3a9222f2eeb60a25a8.tar.bz2 cygnal-d1caad439334b29983c0bb3a9222f2eeb60a25a8.zip |
or1k: Make open reentrant
or1k uses reentrant calls by default, but there was no open_r defined
which caused failure in C++/C code such as:
int main() { std::cout << "test\n"; return 0; }
or
int main() {open(".", 0);}
Diffstat (limited to 'newlib/libc/stdlib/quick_exit.c')
0 files changed, 0 insertions, 0 deletions