diff options
Diffstat (limited to 'libc/private/KernelArgumentBlock.h')
-rw-r--r-- | libc/private/KernelArgumentBlock.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/private/KernelArgumentBlock.h b/libc/private/KernelArgumentBlock.h index e05ceb93e..886dd32a0 100644 --- a/libc/private/KernelArgumentBlock.h +++ b/libc/private/KernelArgumentBlock.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef KERNEL_ARGUMENT_BLOCK_H -#define KERNEL_ARGUMENT_BLOCK_H +#pragma once #include <elf.h> #include <link.h> @@ -71,7 +70,5 @@ class KernelArgumentBlock { libc_shared_globals* shared_globals; private: - DISALLOW_COPY_AND_ASSIGN(KernelArgumentBlock); + BIONIC_DISALLOW_COPY_AND_ASSIGN(KernelArgumentBlock); }; - -#endif // KERNEL_ARGUMENT_BLOCK_H |