diff options
author | comex | 2015-01-21 01:41:38 -0500 |
---|---|---|
committer | comex | 2015-01-21 01:41:38 -0500 |
commit | 1100ff21d6b8c8e168af55dbf8932e095795e42f (patch) | |
tree | dcac2558e81f14aa94d7cbe9ca37e43f83740359 /lib/substitute-internal.h | |
parent | woo, inject seems to work on all platforms (diff) | |
download | substitute-1100ff21d6b8c8e168af55dbf8932e095795e42f.tar.gz |
Some cleanup.
Diffstat (limited to '')
-rw-r--r-- | lib/substitute-internal.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index b21a190..f078688 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -55,10 +55,8 @@ typedef struct section section_x; #endif #ifdef __APPLE__ -/* This could graduate to a public API but is not yet. */ -enum { - SUBSTITUTE_DIP_INJECT_MAIN_THREAD, /* not yet */ -}; +/* This could graduate to a public API but is not yet. Needs more + * functionality. */ enum { /* substitute_dlopen_in_pid: task_for_pid failed; on OS X the reasons this |