diff options
author | Paul Smith <psmith@gnu.org> | 2007-10-10 04:32:15 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-10-10 04:32:15 +0000 |
commit | e54dfb428420943a73e3b2098dc5c694c4fdf58d (patch) | |
tree | 0979061bf1f3532b6333753e46ebc09d0a8462ac /make.h | |
parent | 19b6504f8a92ec9db6330976dba85804e9c18d6e (diff) | |
download | gunmake-e54dfb428420943a73e3b2098dc5c694c4fdf58d.tar.gz |
Some Windows fixes to allow builds to succeed.
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ char *strsignal (int signum); # define kill(_pid,_sig) w32_kill((_pid),(_sig)) void sync_Path_environment (void); -int kill (int pid, int sig); +int w32_kill (int pid, int sig); char *end_of_token_w32 (const char *s, char stopchar); int find_and_set_default_shell (const char *token); |