Changes between Version 2 and Version 3 of Ticket #4928


Ignore:
Timestamp:
Nov 12, 2009, 7:17:51 PM (14 years ago)
Author:
bonefish
Comment:

Implemented POSIX.1-2008 functions unlinkat(), symlinkat(), mkdirat(), and utimensat() in hrev34010.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4928 – Description

    v2 v3  
    55 - ~~fstatat()~~
    66 - linkat()
    7  - mkdirat()
     7 - ~~mkdirat()~~
    88 - mkfifoat()
    99 - mknodat()
     
    1111 - ~~readlinkat()~~
    1212 - renameat()
    13  - symlinkat()
    14  - unlinkat()
    15  - utimensat()
     13 - ~~symlinkat()~~
     14 - ~~unlinkat()~~
     15 - ~~utimensat()~~
    1616
    1717The new open modes O_SEARCH AND O_EXEC should also be implemented.