1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

libstdbuf: remove crash macro (#5565)

* libstdbuf: remove crash macro

* libstdbuf: remove uucore macro/struct and use gnu messages

* libstdbuf: remove crash macro

* libstdbuf: remove uucore macro/struct and use gnu messages

* libstdbuf: remove :? from print by printing file descriptor instead of file

* merge main into libstdbuf-remove-crash-macro

* libstdbuf: remove uucore from dependencies
This commit is contained in:
clara swanson 2023-11-30 11:01:31 +01:00 committed by GitHub
parent 07241db6d8
commit 9061b2ba7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

1
Cargo.lock generated
View file

@ -2952,7 +2952,6 @@ dependencies = [
"cpp",
"cpp_build",
"libc",
"uucore",
]
[[package]]