diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-12-10 11:42:29 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-12-10 11:43:55 +0900 |
commit | ec931ee9e13b939f6693032564ee9beeec5a4a1f (patch) | |
tree | fb62eb4d9e0b76fc9c41c07ecc28846a952a70c2 /ccan | |
parent | c50d9dc67d350ad4e21ff1af39635bb5a6114282 (diff) | |
download | ruby-ec931ee9e13b939f6693032564ee9beeec5a4a1f.tar.gz |
forward declare struct timespec
... like we do so for struct timeval at several hundreds of lines above.
Depending on OS/Compiler, this can be the first place for the struct to
appear. To make sure the struct is global, we need a forward
declaration at this point.
Diffstat (limited to 'ccan')
0 files changed, 0 insertions, 0 deletions