mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
update uses of libc 0.1.x and deprecated stdlib uses
This commit is contained in:
parent
10a2c5c224
commit
b20b2cca19
16 changed files with 40 additions and 39 deletions
|
@ -63,7 +63,7 @@ all = [
|
|||
"tac",
|
||||
"tail",
|
||||
"tee",
|
||||
"test",
|
||||
"test_uu",
|
||||
"timeout",
|
||||
"touch",
|
||||
"tr",
|
||||
|
@ -139,7 +139,7 @@ sync = { optional=true, path="src/sync" }
|
|||
tac = { optional=true, path="src/tac" }
|
||||
tail = { optional=true, path="src/tail" }
|
||||
tee = { optional=true, path="src/tee" }
|
||||
test = { optional=true, path="src/test" }
|
||||
test_uu = { optional=true, path="src/test" }
|
||||
timeout = { optional=true, path="src/timeout" }
|
||||
touch = { optional=true, path="src/touch" }
|
||||
tr = { optional=true, path="src/tr" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue