fish-shell/src/wutil
Fabian Boehm 6877773fdd
Fix build on NetBSD (#10270)
* Fix build on NetBSD

Notably:

1. A typo in `f_flag` vs `f_flags` - this was probably never tested
2. Some pointless name differences  - `st_mtimensec` vs
`st_mtime_nsec`
3. The big one: This said that LC_GLOBAL_LOCALE() was -1 "everywhere".
   Well, not on NetBSD.

* ifdef for macos
2024-01-28 21:45:14 +01:00
..
dir_iter.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
encoding.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
errors.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
fileid.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
gettext.rs Remove redundant fallbacks for installation dir variables 2024-01-20 10:26:54 +01:00
mod.rs Fix build on NetBSD (#10270) 2024-01-28 21:45:14 +01:00
printf.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
tests.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
wcstod.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wcstoi.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00