summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-27 00:39:04 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-27 00:39:04 +0000
commit252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c (patch)
tree7e6cf4264cf574c2171ecad9c72a7ef03ed5b275 /time
parentbe1dd9498ba15988055e8de83bf5b67a0d0a6543 (diff)
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.h4
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 */