diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-27 00:39:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-27 00:39:04 +0000 |
commit | 252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c (patch) | |
tree | 7e6cf4264cf574c2171ecad9c72a7ef03ed5b275 /time | |
parent | be1dd9498ba15988055e8de83bf5b67a0d0a6543 (diff) | |
download | glibc-252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c.tar.gz glibc-252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c.tar.xz glibc-252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c.zip |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/time.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/time/time.h b/time/time.h index 7479e8fa6b..58d5479354 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 */ |