1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Add missing \.

While sorting the MLINKS by name, I forgot to re-add it.
This commit is contained in:
Ed Schouten 2011-12-27 13:01:10 +00:00
parent 4d8a7eab01
commit fd8a33c1d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228913

View File

@ -36,7 +36,7 @@ MLINKS= ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong.3 \
ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \
ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \
ATOMIC_VAR_INIT.3 atomic_init.3 \
ATOMIC_VAR_INIT.3 atomic_is_lock_free.3
ATOMIC_VAR_INIT.3 atomic_is_lock_free.3 \
ATOMIC_VAR_INIT.3 atomic_load.3 \
ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \
ATOMIC_VAR_INIT.3 atomic_store.3 \