Merge remote-tracking branch 'origin/master' into update-sources

This commit is contained in:
Ariel Abreu 2020-06-15 14:32:20 -04:00
commit 814e55abd7
No known key found for this signature in database
GPG Key ID: F4D43CC7053EA2B3

View File

@ -31,6 +31,7 @@
#include <xpc/xpc.h>
#include <machine/atomic.h>
#include <Block.h>
#include <libkern/OSAtomic.h>
#include "xpc_internal.h"
#define XPC_CONNECTION_NEXT_ID(conn) (OSAtomicIncrement64(&conn->xc_last_id))