Skip to content

Commit 3ac7a15

Browse files
committed
Revert a chunk of previous change in sanitizer_platform_limits_netbsd.h
Undefining INLINE breaks the build. The invalid change in this file has been overlooked in D55386. llvm-svn: 348680
1 parent 2e11b93 commit 3ac7a15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
_GET_LINK_MAP_BY_DLOPEN_HANDLE(handle, 136)
3232
#endif
3333

34-
#undef INLINE
35-
3634
namespace __sanitizer {
3735
extern unsigned struct_utsname_sz;
3836
extern unsigned struct_stat_sz;

0 commit comments

Comments
 (0)