aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-22 11:32:56 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-22 11:32:56 +0200
commit6f88c10084ec4966410d555cdfc90eb8607031eb (patch)
treea7ed775a862b0881f8e25705cc35a88b9c4f02e9 /src
parent63802d7241f06d04096d84bcd4dc49d7449293d8 (diff)
downloadgnunet-6f88c10084ec4966410d555cdfc90eb8607031eb.tar.gz
gnunet-6f88c10084ec4966410d555cdfc90eb8607031eb.zip
-remove duplicate comment
Diffstat (limited to 'src')
-rw-r--r--src/util/os_priority.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 843b4734c..2ed49b5aa 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -213,15 +213,9 @@ GNUNET_OS_process_current ()
213} 213}
214 214
215 215
216/**
217 * Sends a signal to the process
218 *
219 * @param proc pointer to process structure
220 * @param sig signal
221 * @return 0 on success, -1 on error
222 */
223int 216int
224GNUNET_OS_process_kill (struct GNUNET_OS_Process *proc, int sig) 217GNUNET_OS_process_kill (struct GNUNET_OS_Process *proc,
218 int sig)
225{ 219{
226 int ret; 220 int ret;
227 char csig; 221 char csig;