Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53204 )

Change subject: sim-se: Add additional TGT_AT_* constants for Linux.
......................................................................

sim-se: Add additional TGT_AT_* constants for Linux.

These constants are used by at least the newfstatat system call.

Jira Issue: https://gem5.atlassian.net/browse/GEM5-1117

Change-Id: I1732f064aa7ef22995db7011a06112875b3f4c9b
---
M src/kern/linux/linux.hh
1 file changed, 16 insertions(+), 0 deletions(-)



diff --git a/src/kern/linux/linux.hh b/src/kern/linux/linux.hh
index 19fb9b2..73b0404 100644
--- a/src/kern/linux/linux.hh
+++ b/src/kern/linux/linux.hh
@@ -297,6 +297,9 @@
     // for *at syscalls
     static const int TGT_AT_FDCWD     = -100;
     static const int TGT_AT_REMOVEDIR = 0x200;
+    static const int TGT_AT_SYMLINK_FOLLOW = 0x400;
+    static const int TGT_AT_NO_AUTOMOUNT = 0x800;
+    static const int TGT_AT_EMPTY_PATH = 0x1000;

     // for MREMAP
     static const unsigned TGT_MREMAP_MAYMOVE    = 0x1;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/53204
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I1732f064aa7ef22995db7011a06112875b3f4c9b
Gerrit-Change-Number: 53204
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to