diff options
author | Ron Yorston <rmy@pobox.com> | 2021-02-12 14:02:28 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-02-12 14:02:28 +0000 |
commit | e86a3ddd8b60eb0720874f5b9679446d12a1ac41 (patch) | |
tree | f35332dccaec68bfd182f705dcec0b2297d3a578 /configs | |
parent | 90f35327c2f31b7e4d938bf4d54e5526e53daee0 (diff) | |
download | busybox-w32-e86a3ddd8b60eb0720874f5b9679446d12a1ac41.tar.gz busybox-w32-e86a3ddd8b60eb0720874f5b9679446d12a1ac41.tar.bz2 busybox-w32-e86a3ddd8b60eb0720874f5b9679446d12a1ac41.zip |
win32: make readlink(2) implementation unconditional
There doesn't seem to be much advantage in having readlink(2) as a
configuration option. Making it unconditional reduces divergence from
upstream and allows the removal of a check for ENOSYS that's been in
busybox-w32 since the start.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 1 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index f245141f3..4edf90df3 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -55,7 +55,6 @@ CONFIG_FEATURE_EURO=y | |||
55 | CONFIG_SKIP_ANSI_EMULATION_DEFAULT=2 | 55 | CONFIG_SKIP_ANSI_EMULATION_DEFAULT=2 |
56 | CONFIG_FEATURE_IMPROVED_COLOUR_MAPPING=y | 56 | CONFIG_FEATURE_IMPROVED_COLOUR_MAPPING=y |
57 | CONFIG_FEATURE_EXTRA_FILE_DATA=y | 57 | CONFIG_FEATURE_EXTRA_FILE_DATA=y |
58 | CONFIG_FEATURE_READLINK2=y | ||
59 | 58 | ||
60 | # | 59 | # |
61 | # Build Options | 60 | # Build Options |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 3ac1f7703..ff73f9a51 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -55,7 +55,6 @@ CONFIG_FEATURE_EURO=y | |||
55 | CONFIG_SKIP_ANSI_EMULATION_DEFAULT=2 | 55 | CONFIG_SKIP_ANSI_EMULATION_DEFAULT=2 |
56 | CONFIG_FEATURE_IMPROVED_COLOUR_MAPPING=y | 56 | CONFIG_FEATURE_IMPROVED_COLOUR_MAPPING=y |
57 | CONFIG_FEATURE_EXTRA_FILE_DATA=y | 57 | CONFIG_FEATURE_EXTRA_FILE_DATA=y |
58 | CONFIG_FEATURE_READLINK2=y | ||
59 | 58 | ||
60 | # | 59 | # |
61 | # Build Options | 60 | # Build Options |