*at() functions in glibc 2.4

The *at() calls are a set of functions that were added in glibc 2.4. They are:

Many of these functions are implemented using system calls that were added in Linux 2.6.16. Where the new system calls are not available, the functions fall back to using /proc/self/fd/N.

Note that glibc 2.4 dropped support for versions of Linux prior to 2.6.

Related changes in Plash

AtDirFunctions (last edited 2007-05-12 16:20:58 by MarkSeaborn)