Changeset 3682 for trunk/src/lib/nt/ntopenat.h
- Timestamp:
- Aug 13, 2025, 1:34:19 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/ntopenat.h
r3533 r3682 33 33 34 34 #include "nttypes.h" 35 #include "ntat.h" 35 36 37 extern int birdOpen(const char *pszPath, int fFlags, ...); 36 38 extern int birdOpenAt(int fdDir, const char *pszPath, int fFlags, ...); 37 39 38 40 #define openat birdOpenAt 39 41 40 #define AT_FDCWD (-987654321)41 42 42 #endif 43 43
Note:
See TracChangeset
for help on using the changeset viewer.