[OpenSmalltalk/opensmalltalk-vm] d86b48: unistd.h is required on Big Sur since the compiler...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] d86b48: unistd.h is required on Big Sur since the compiler...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d86b483695d3fef5004ab1e25d5beb8de95066c7
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d86b483695d3fef5004ab1e25d5beb8de95066c7
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M build.macos32x86/common/Makefile.app
    M build.macos64ARMv8/common/Makefile.app
    M build.macos64x64/common/Makefile.app
    M platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c
    M platforms/unix/plugins/SecurityPlugin/sqUnixSecurity.c
    M platforms/unix/vm/sqUnixThreads.c

  Log Message:
  -----------
  unistd.h is required on Big Sur since the compiler will no longer tolerate
implciit declarations.