From 7cabd9ad29c9bdc8be7445a354e5b40071963d63 Mon Sep 17 00:00:00 2001 From: davidxu Date: Sun, 16 Oct 2005 22:23:03 +0000 Subject: Use __pid_t instead of pid_t for sigqueue as other functions. --- include/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/signal.h b/include/signal.h index 9683981..3241193 100644 --- a/include/signal.h +++ b/include/signal.h @@ -77,7 +77,7 @@ int sigwait(const sigset_t * __restrict, int * __restrict); #endif #if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 600 -int sigqueue(pid_t, int, const union sigval); +int sigqueue(__pid_t, int, const union sigval); struct timespec; int sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict, -- cgit v1.1