diff options
| author | Eric Fiselier <eric@efcs.ca> | 2019-04-24 09:43:44 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2019-04-24 09:43:44 +0000 |
| commit | 6886f1e39bbb1adb4b16be6e3293c4f339358dbf (patch) | |
| tree | 76f59960b520966ffe136a267867625f91db7df7 /libcxx/test | |
| parent | 3ba9a43057f5b0e31a3e922e8ceec6c45f434b8e (diff) | |
| download | bcm5719-llvm-6886f1e39bbb1adb4b16be6e3293c4f339358dbf.tar.gz bcm5719-llvm-6886f1e39bbb1adb4b16be6e3293c4f339358dbf.zip | |
Avoid name conflict with kernel headers
llvm-svn: 359080
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/support/nasty_macros.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/support/nasty_macros.hpp b/libcxx/test/support/nasty_macros.hpp index 30d0ec003bb..0106f70e904 100644 --- a/libcxx/test/support/nasty_macros.hpp +++ b/libcxx/test/support/nasty_macros.hpp @@ -62,4 +62,7 @@ #define __output NASTY_MACRO #define __input NASTY_MACRO +#define __acquire NASTY_MACRO +#define __release NASTY_MACRO + #endif // SUPPORT_NASTY_MACROS_HPP |

