-
Story
-
Resolution: Duplicate
-
Undefined
-
None
-
None
-
70d083630563831e7069ad412cd3ab0b33638e92
-
rhel-pt-c-libs
-
ssg_platform_tools
-
1
-
False
-
False
-
-
No
-
None
-
None
-
None
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
Unspecified
-
Unspecified
-
None
We should backport this upstream change to align with documentation updates in RHEL-50546.
commit 70d083630563831e7069ad412cd3ab0b33638e92
Author: Florian Weimer <fweimer@redhat.com>
Date: Thu Dec 19 20:56:44 2024 +0100
Linux: Accept null arguments for utimensat pathname
This matches kernel behavior. With this change, it is possible
to use utimensat as a replacement for the futimens interface,
similar to what glibc does internally.
Reviewed-by: Paul Eggert <eggert@cs.ucla.edu>