1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Forgot to document thread-safety property of mps_ld_isstale_any.

Copied from Perforce
 Change: 182818
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-06-20 16:31:42 +01:00
parent e88bcc5184
commit 31008b07ca

View file

@ -345,6 +345,10 @@ Location dependency interface
block was added to the location dependency and subsquently moved,
and false otherwise, but cannot ensure this.)
.. note::
:c:func:`mps_ld_isstale_any` has the same thread-safety
properties as :c:func:`mps_ld_isstale`.
.. c:function:: void mps_ld_merge(mps_ld_t dest_ld, mps_arena_t arena, mps_ld_t src_ld)