include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-libc-wrapper.h
index 2eaf5dc6d4c7016827f6ff0928fea0c1e11ace65..3989ec04c50ac92c6c2e69bc8bae7a4ef90352a7 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2020 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
- *
  * Public symbols of liblttng-ust-libc-wrapper.so
  */
 
@@ -20,7 +20,7 @@
  * function in liblttng-ust that is overridden by the one in
  * liblttng-ust-wrapper-libc when it's preloaded.
  */
-void lttng_ust_libc_wrapper_malloc_init(void)
+void lttng_ust_libc_wrapper_malloc_ctor(void)
        __attribute__((constructor));
 
 #endif
This page took 0.022982 seconds and 4 git commands to generate.