mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
91ffb42c2c
On FreeBSD, I got a 'make check' failure: GEN check-symsorting Symbol block at ./libvirt_atomic.syms:4: viratomic.h not found * src/Makefile.am (SYM_FILES): New define. (check-symsorting): Check on all symfiles, even when not used. * src/libvirt_atomic.syms: Fix offender.
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
#
|
|
# These symbols are dependent upon !VIR_ATOMIC_OPS_GCC.
|
|
#
|
|
|
|
# util/viratomic.h
|
|
virAtomicLock;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|