ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/apple/libdispatch/dist/src/source_internal.h
(Generate patch)

Comparing vendor/apple/libdispatch/dist/src/source_internal.h (file contents):
Revision 7722 by laffer1, Mon Dec 2 02:59:32 2013 UTC vs.
Revision 7723 by laffer1, Fri Aug 12 16:59:11 2016 UTC

# Line 98 | Line 98 | struct dispatch_source_s {
98   };
99  
100  
101 < void _dispatch_source_legacy_xref_release(dispatch_source_t ds);
101 > void _dispatch_source_xref_release(dispatch_source_t ds);
102   dispatch_queue_t _dispatch_source_invoke(dispatch_source_t ds);
103   bool _dispatch_source_probe(dispatch_source_t ds);
104   void _dispatch_source_dispose(dispatch_source_t ds);
# Line 147 | Line 147 | extern const struct dispatch_source_type_s _dispatch_s
147   extern const struct dispatch_source_type_s _dispatch_source_type_vnode;
148   extern const struct dispatch_source_type_s _dispatch_source_type_vfs;
149  
150 < #ifdef HAVE_MACH
150 > #if HAVE_MACH
151   extern const struct dispatch_source_type_s _dispatch_source_type_mach_send;
152   extern const struct dispatch_source_type_s _dispatch_source_type_mach_recv;
153   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines