Correct bintime32 declaration: uint32_t sec -> time32_t sec.
Submitted by: jhb MFC after: 1 month
This commit is contained in:
parent
2b41576ff7
commit
918d594331
@ -79,7 +79,7 @@ struct itimerspec32 {
|
||||
} while (0)
|
||||
|
||||
struct bintime32 {
|
||||
uint32_t sec;
|
||||
time32_t sec;
|
||||
uint32_t frac[2];
|
||||
};
|
||||
#define BT_CP(src, dst, fld) do { \
|
||||
|
Loading…
Reference in New Issue
Block a user