-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variadic native functions #2057
Comments
Nominating for "maturity #3 - feature complete" |
Triage bump |
Low, not 1.0 |
For the record, When using
|
Add localtime_r shim - Implement ``localtime_r`` shim as mentioned in rust-lang#2057 Note: - ``tm_zone``, ``tm_gmtoff`` might not be consistent with ``libc::localtime_r`` as custom implementation is provided through ``chrono``. Due to the lack of daylight saving information in ``chrono``, ``is_dst`` value will always be ``-1``.
Add `pread` and `pwrite` shims Requested in rust-lang#2057.
We should support variadic native functions like
objc_msgSend()
orprintf()
.The text was updated successfully, but these errors were encountered: