diff options
author | Ron Yorston <rmy@pobox.com> | 2021-08-13 13:44:13 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-08-13 13:44:13 +0100 |
commit | 04fd6cdcc6fc1f07938f7e2fa1a0d313a15617be (patch) | |
tree | 80de739eca88b41cd5c1c2bf43295c91cb4aaada /libbb | |
parent | 9ec4642e35e2f5dc625f0e704020d41e8674fe99 (diff) | |
download | busybox-w32-04fd6cdcc6fc1f07938f7e2fa1a0d313a15617be.tar.gz busybox-w32-04fd6cdcc6fc1f07938f7e2fa1a0d313a15617be.tar.bz2 busybox-w32-04fd6cdcc6fc1f07938f7e2fa1a0d313a15617be.zip |
win32: treat devices as character special files
Commit 15fcbd19c (win32: special case for devices files in stat(2))
added special treatment in stat(2) for device files.
As a result of this change device files appeared to be regular files
which broke the use of /dev/null with noclobber in the shell.
Device files now appear as character special files (as they do on
Unix).
GitHub issue #225.
Diffstat (limited to 'libbb')
0 files changed, 0 insertions, 0 deletions