diff options
Diffstat (limited to 'libc/bionic/malloc_info.h')
-rw-r--r-- | libc/bionic/malloc_info.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/bionic/malloc_info.h b/libc/bionic/malloc_info.h index 5fffae980..257fec105 100644 --- a/libc/bionic/malloc_info.h +++ b/libc/bionic/malloc_info.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef LIBC_BIONIC_MALLOC_INFO_H_ -#define LIBC_BIONIC_MALLOC_INFO_H_ +#pragma once #include <malloc.h> #include <sys/cdefs.h> @@ -28,5 +27,3 @@ __LIBC_HIDDEN__ struct mallinfo __mallinfo_arena_info(size_t); __LIBC_HIDDEN__ struct mallinfo __mallinfo_bin_info(size_t, size_t); __END_DECLS - -#endif // LIBC_BIONIC_MALLOC_INFO_H_ |