itted] cobol: Eliminate unguarded clock_gettime
> dependencies. [PR119975]
>
> Hi Robert,
>
> > Subject: [PATCH] cobol: Eliminate unguarded clock_gettime dependencies.
> > [PR119975]
> >
> > These changes are help make it possible to compile on MacOS. In
>
>
Hi Robert,
> Subject: [PATCH] cobol: Eliminate unguarded clock_gettime dependencies.
> [PR119975]
>
> These changes are help make it possible to compile on MacOS. In
it's not macOS in general, just older versions: clock_gettime is
available in macOS 11 and up (maybe earlier), but missing in (at
Subject: [PATCH] cobol: Eliminate unguarded clock_gettime dependencies.
[PR119975]
These changes are help make it possible to compile on MacOS. In
addition to guarding clock_settime() calls, it removes the use
of structures and constants needed for clock_settime().
---
libgcobol/intrinsic.cc |