Skip to content

Commit

Permalink
fix-build: a small problem while fixing conflicts
Browse files Browse the repository at this point in the history
with the export of kill_process_tree function

Signed-off-by: Naveen M K <naveen@syrusdark.website>
  • Loading branch information
naveen521kk committed Mar 15, 2021
1 parent 335793e commit 84e3564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/cygwin/include/cygwin/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ int siginterrupt (int, int);
#ifdef __INSIDE_CYGWIN__
extern const char *sys_sigabbrev[];
extern const char *sys_siglist[];
#elif __BSD_VISIBLE
extern void kill_process_tree(pid_t pid, int sig);
#elif __BSD_VISIBLE
extern const char __declspec(dllimport) *sys_sigabbrev[];
extern const char __declspec(dllimport) *sys_siglist[];
extern void __declspec(dllimport) kill_process_tree(pid_t pid, int sig);
Expand Down

0 comments on commit 84e3564

Please sign in to comment.