diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 23:36:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 23:36:06 +0000 |
commit | 7603c56774a26b9468ce6ac152cfee9d175984c4 (patch) | |
tree | 1b7c6a19851fd5906b8a681d913877cc722a329b /eclass/flag-o-matic.eclass | |
parent | flag-o-matic.eclass: implement append-atomic-flags (diff) | |
download | gentoo-7603c56774a26b9468ce6ac152cfee9d175984c4.tar.gz gentoo-7603c56774a26b9468ce6ac152cfee9d175984c4.tar.bz2 gentoo-7603c56774a26b9468ce6ac152cfee9d175984c4.zip |
flag-o-matic.eclass: fix @DESCRIPTION tag
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 503f23a141a1..b0c30f81c956 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -957,7 +957,8 @@ _test-compile-PROG() { # @FUNCTION: append-atomic-flags # @USAGE: [bytes] -# @DESCRIPTION: Attempts to detect if appending -latomic is required to use +# @DESCRIPTION: +# Attempts to detect if appending -latomic is required to use # a specific-sized atomic intrinsic, and if so, appends it. If the bytesize # is not specified, then check the four most common byte sizes (1, 2, 4, 8). # >=16-byte atomics are not included in this default set and must be explicitly |