darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.56k stars 447 forks source link

Cannot build my gettimeofday() implementation compiled in and/or functioning #1507

Closed Informeli closed 7 months ago

Informeli commented 7 months ago

Build Log What is the build error? It builds well, but my commit doesn't do anything

Put the build log here!

System Information What system are you building with? Debian stable AMD64

| Software | Version | |darling master @ 7c8415e67| | Clang | 14.0.6 | | CMake | 3.2.5 | | Linux Kernel | X.Y.Z | | Darling | Git Commit Hash |

`extern "C" { /Copyright(c) 2024 Martin Johan Smouter. All Rights reserved. You can freely use and license this source code and the resulting binary under the gplv3+ license with usage of section 7 to enforce that people don't violate the licenses of the dependencies of this program./ /**

Informeli commented 7 months ago

Just discovered that the call didn't behave like it wasn't implemented, but wrongly implemented I will look again to the right call.