Changes between Initial Version and Version 1 of Ticket #69138, comment 21


Ignore:
Timestamp:
May 27, 2024, 3:46:29 PM (4 months ago)
Author:
mqudsi (Mahmoud Al-Qudsi)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69138, comment 21

    initial v1  
    3535}
    3636}}}
     37
     38
     39---
     40
     41Edit: actually, looking at the linker error it seems that `rand` is only calling into rust's `std` and that's where the dynamic call to `_getentropy()` and `_clock_gettime()` is coming from, so does `std` just need to be patched in the `rust` port?