mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
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
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:
parent
2eca4df6e9
commit
2ffb5869e0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user