]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Add helpers to create paths longer than PATH_MAX
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 18 Jan 2022 07:59:36 +0000 (13:29 +0530)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 24 Jan 2022 08:25:27 +0000 (09:25 +0100)
commite081bafcb132ad48911f85d4410cbafb277f8b03
tree675707487f5b43190b82fe643ef0e2c016d490d5
parentac148bdd88403b66faf71466dc999c4f4b6dea0a
support: Add helpers to create paths longer than PATH_MAX

Add new helpers support_create_and_chdir_toolong_temp_directory and
support_chdir_toolong_temp_directory to create and descend into
directory trees longer than PATH_MAX.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
(cherry picked from commit fb7bff12e81c677a6622f724edd4d4987dd9d971)
support/temp_file.c
support/temp_file.h