diff options
Diffstat (limited to 'libc/bionic/jemalloc.h')
-rw-r--r-- | libc/bionic/jemalloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/bionic/jemalloc.h b/libc/bionic/jemalloc.h index f7e877056..79a4f7237 100644 --- a/libc/bionic/jemalloc.h +++ b/libc/bionic/jemalloc.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef LIBC_BIONIC_JEMALLOC_H_ -#define LIBC_BIONIC_JEMALLOC_H_ +#pragma once #include <jemalloc/jemalloc.h> #include <malloc.h> // For struct mallinfo. @@ -35,5 +34,3 @@ void* je_memalign_round_up_boundary(size_t, size_t); void* je_pvalloc(size_t); __END_DECLS - -#endif // LIBC_BIONIC_DLMALLOC_H_ |