mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
01bad63c72
See https://github.com/NixOS/nix/pull/8699#discussion_r1554312181 Casting a function pointer to `void*` is undefined behavior in the C spec, since there are platforms with different sizes for these two kinds of pointers. A safe alternative might be `void (*callback)()` |
||
---|---|---|
.. | ||
libexpr | ||
libexpr-support | ||
libfetchers | ||
libstore | ||
libstore-support | ||
libutil | ||
libutil-support |