From 252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Jul 1999 00:39:04 +0000 Subject: Update. * time/time.h: Add forward for struct sigevent. Unix98 maybe requires to have a full definition but we wait for a bug report based on the test suite. --- time/time.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'time') diff --git a/time/time.h b/time/time.h index 7479e8f..58d5479 100644 --- a/time/time.h +++ b/time/time.h @@ -127,6 +127,10 @@ struct itimerspec struct timespec it_interval; struct timespec it_value; }; + +/* We can use a simple forward declaration. */ +struct sigevent; + #endif /* POSIX.1b */ -- cgit v1.1