Orolia2s / oscillatord

Daemon used to discipline the Atomic Reference Time Card from Orolia
GNU General Public License v2.0
21 stars 14 forks source link

Build with -D_GNU_SOURCE for a declaration of clock_adjtime in <time.h> #86

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

This function is called in some source files. Before this change, this compiled only on compilers which support implicit function declarations, a feature that was removed from the C language in 1999.

Related to:

https://fedoraproject.org/wiki/Changes/PortingToModernC https://fedoraproject.org/wiki/Toolchain/PortingToModernC