Skip to content

Commit 613ae21

Browse files
committed
Add AT_FDCWD const
1 parent 32ff7d0 commit 613ae21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiling/os/posix/const.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,8 @@
559559

560560
FD_CLOEXEC = 1
561561

562+
AT_FDCWD = 0xffffff9c # -100
563+
562564
# error code
563565
EPERM = 1
564566
ENOENT = 2

0 commit comments

Comments
 (0)