You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some software calls *at() functions with AT_FDCWD instead of plain functions. Notably, this is true for anything using fts(). fts() calls fstatat() always.
libpreopen must interpose these *at() functions, performing a find_relative() in the AT_FDCWD case.
The text was updated successfully, but these errors were encountered:
Some software calls
*at()
functions withAT_FDCWD
instead of plain functions. Notably, this is true for anything usingfts()
.fts()
callsfstatat()
always.libpreopen must interpose these
*at()
functions, performing afind_relative()
in theAT_FDCWD
case.The text was updated successfully, but these errors were encountered: