More *at() interfaces needed for XPG7

Issue #46 resolved
Garrett D'Amore repo owner created an issue

From unistd.h:

faccessat() fchownat() linkat() unlinkat() renameat() symlinkat() readlinkat()

Comments (5)

  1. Garrett D'Amore reporter

    These symbols were properly exposed by #44, however, we need test validation for the following:

    unlinkat, renameat, symlinkat, linkat, readlinkat

    We need man page updates for them too.

  2. Garrett D'Amore reporter

    Also, renameat() belongs in stdio.h according to XPG7, but appears in unistd.h instead.

  3. Log in to comment