Re: Errors compiling libgpg-error
Niibe Yutaka <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, Gordon Steemson wrote: > What is the story behind this variable, and why is it not apparently > declared anywhere? It's defined in POSIX system. A reference is: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html > Where is it supposed to be defined? time.h should define it in POSIX system. See: https://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html IIUC, it's issues for POSIX compatibilities. --