this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Build reboot (#450)

+5
+5
src/launchd/liblaunch/reboot2.h
··· 34 34 __attribute__((visibility("default"))) 35 35 void *reboot2(uint64_t flags); 36 36 37 + /* This function is implemented in libxpc */ 38 + /* It's header is here because it isn't clear where else it goes */ 39 + __attribute__((visibility("default"))) 40 + void *reboot3(uint64_t flags); 41 + 37 42 __END_DECLS 38 43 39 44 #endif /* __REBOOT2_H__ */