-fixes
[oweals/gnunet.git] / src / util / os_priority.c
index 434fd979f24fd335ab97376c0723625e92efb7e4..0b56ce5c520e2929be58e0f014c7ff592a1f6add 100644 (file)
@@ -466,7 +466,7 @@ GNUNET_OS_process_kill (struct GNUNET_OS_Process *proc, int sig)
     errno = EINVAL;
     return -1;
 #else
-    return PLIBC_kill (proc->pid, sig);
+    return PLIBC_KILL (proc->pid, sig);
 #endif    
   }
 }