diff options
author | Ron Yorston <rmy@pobox.com> | 2021-10-17 13:40:27 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-10-17 13:52:54 +0100 |
commit | d239d2d5273e1620a6146d8f5076f6532e3569b1 (patch) | |
tree | fb406186e3ad29c6922d3373d3823927a9824a8b /arch | |
parent | 1afcef2f5a089648430a13b2a55ba1428c8d49c0 (diff) | |
download | busybox-w32-d239d2d5273e1620a6146d8f5076f6532e3569b1.tar.gz busybox-w32-d239d2d5273e1620a6146d8f5076f6532e3569b1.tar.bz2 busybox-w32-d239d2d5273e1620a6146d8f5076f6532e3569b1.zip |
win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52
On Linux rmdir(2) refuses to delete a symlink to a directory on
the obvious grounds that a symlink isn't a directory. Windows'
rmdir() is less discriminating.
Make our implementation of rmdir(2) behave more like Linux.
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions