bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] lib/stdio.in.h: define _POSIX_C_SOURCE on >=Sierra


From: Sevan Janiyan
Subject: Re: [PATCH] lib/stdio.in.h: define _POSIX_C_SOURCE on >=Sierra
Date: Thu, 9 Nov 2023 19:00:31 +0000
User-agent: Mozilla Thunderbird

Hi Paul,

On 09/11/2023 18:51, Paul Eggert wrote:
Thanks for the reviews. I installed the attached.

# if (defined MAC_OS_X_VERSION_MIN_REQUIRED \
      && 101300 <= MAC_OS_X_VERSION_MIN_REQUIRED)

This is wrong, you're applying the change to anything before High Sierra (10.13). You're after Ventura and above (13).

# if (defined MAC_OS_X_VERSION_MIN_REQUIRED \
      && 130000 >= MAC_OS_X_VERSION_MIN_REQUIRED)


Sevan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]