Hi!
I'm porting some Linux C++ application to FreeBSD, but ran into the next error:
'daylight is not declared in this scope'.
In glibc `int daylight` is declared in time.h and defines if the summertime is enabled.
So the question is: does the daylight alternative exists in FreeBSD C library or I should implement it by myself in the code?
I'm porting some Linux C++ application to FreeBSD, but ran into the next error:
'daylight is not declared in this scope'.
In glibc `int daylight` is declared in time.h and defines if the summertime is enabled.
So the question is: does the daylight alternative exists in FreeBSD C library or I should implement it by myself in the code?