Skip to content

Commit

Permalink
OpenBSD sanitizer common, define RLIMIT_AS constant
Browse files Browse the repository at this point in the history
Summary: define RLIMIT_AS constant until it s defined in the future

Patch by: David Carlier

Reviewers: krytarowski, vitalybuka

Reviewed By: vitalybuka

Subscribers: kubamracek, llvm-commits, #sanitizers

Differential Revision: https://reviews.llvm.org/D44068

llvm-svn: 326768
  • Loading branch information
krytarowski committed Mar 6, 2018
1 parent a47e1b7 commit 2f35873
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -31,6 +31,8 @@
_GET_LINK_MAP_BY_DLOPEN_HANDLE(handle, 164)
#endif

#define RLIMIT_AS RLIMIT_DATA

namespace __sanitizer {
extern unsigned struct_utsname_sz;
extern unsigned struct_stat_sz;
Expand Down

0 comments on commit 2f35873

Please sign in to comment.