lib/atomic.S: add GNU libatomic copyright notice
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled

This commit is contained in:
Haelwenn (lanodan) Monnier 2025-07-19 00:30:12 +02:00
parent 2eca4df6e9
commit 2ffb5869e0

View File

@ -14,6 +14,9 @@
* atomic_flag_clear
* atomic_flag_clear_explicit
*/
/* SPDX-License-Identifier: GPL-3.0-or-later WITH GCC-exception-3.1
* Copyright (C) 2012-2025 Free Software Foundation, Inc.
*/
#ifdef __leading_underscore
# define _(s) _##s
#else