comparison src/os_unix.c @ 10320:6ab770e97152 v8.0.0055

commit https://github.com/vim/vim/commit/3a117e19e02bf29cfc5e398470dd7851ae3d6803 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 30 21:57:52 2016 +0100 patch 8.0.0055 Problem: Minor comment and style deficiencies. Solution: Update comments and fix style.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Oct 2016 22:00:05 +0100
parents 88331ee68367
children 299f1669c20e
comparison
equal deleted inserted replaced
10319:169a62d5bcb9 10320:6ab770e97152
5388 } 5388 }
5389 } 5389 }
5390 return NULL; 5390 return NULL;
5391 } 5391 }
5392 5392
5393 /*
5394 * Send a (deadly) signal to "job".
5395 * Return FAIL if "how" is not a valid name.
5396 */
5393 int 5397 int
5394 mch_stop_job(job_T *job, char_u *how) 5398 mch_stop_job(job_T *job, char_u *how)
5395 { 5399 {
5396 int sig = -1; 5400 int sig = -1;
5397 pid_t job_pid; 5401 pid_t job_pid;