X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-libc-wrapper.h;h=3989ec04c50ac92c6c2e69bc8bae7a4ef90352a7;hb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8;hp=2eaf5dc6d4c7016827f6ff0928fea0c1e11ace65;hpb=465a0d0493a126c09d0bf469369b8410d4bf73a9;p=lttng-ust.git diff --git a/include/lttng/ust-libc-wrapper.h b/include/lttng/ust-libc-wrapper.h index 2eaf5dc6..3989ec04 100644 --- a/include/lttng/ust-libc-wrapper.h +++ b/include/lttng/ust-libc-wrapper.h @@ -1,8 +1,8 @@ +// SPDX-FileCopyrightText: 2020 Michael Jeanson +// +// SPDX-License-Identifier: MIT + /* - * SPDX-License-Identifier: MIT - * - * Copyright (C) 2020 Michael Jeanson - * * 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