mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
@ -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 */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user