From: Ulrich Drepper Date: Tue, 27 Jul 1999 00:39:04 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-glibc-2_1_3~574 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 449d4ad5d35..434e03de7d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-07-26 Ulrich Drepper + * 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. + * sysdeps/generic/clock_getres.c: New file. * sysdeps/generic/clock_gettime.c: New file. * sysdeps/generic/clock_settime.c: New file. diff --git a/time/time.h b/time/time.h index 7479e8fa6b2..58d5479354c 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 */