Ignore:
Timestamp:
Aug 13, 2025, 1:34:19 AM (4 weeks ago)
Author:
bird
Message:

lib/nt,kmk: Fixed around rm/unlink semantics and general support for long file names in lib/nt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/ntopenat.h

    r3533 r3682  
    3333
    3434#include "nttypes.h"
     35#include "ntat.h"
    3536
     37extern int birdOpen(const char *pszPath, int fFlags, ...);
    3638extern int birdOpenAt(int fdDir, const char *pszPath, int fFlags, ...);
    3739
    3840#define openat                      birdOpenAt
    3941
    40 #define AT_FDCWD        (-987654321)
    41 
    4242#endif
    4343
Note: See TracChangeset for help on using the changeset viewer.