diff options
author | Kamil Rytarowski <n54@gmx.com> | 2017-11-11 09:29:21 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2017-11-11 09:29:21 +0000 |
commit | 32ee3342d95fd73e725a322a0bf9e105d2176883 (patch) | |
tree | f6cb38fedc35fcf6ae2041cf4020e3098c051075 /openmp/runtime/src | |
parent | 0ccec70ff59752c03f6a640fb07d9c0b6eba951e (diff) | |
download | bcm5719-llvm-32ee3342d95fd73e725a322a0bf9e105d2176883.tar.gz bcm5719-llvm-32ee3342d95fd73e725a322a0bf9e105d2176883.zip |
Correct NetBSD build issue
Cast SIG_IGN to (uptr).
SIG_IGN is defined on NetBSD as a function pointer and cannot be
assigned to an integer as it is.
sys/signal.h:#define SIG_IGN ((void (*)(int)) 1)
llvm-svn: 317978
Diffstat (limited to 'openmp/runtime/src')
0 files changed, 0 insertions, 0 deletions