Re: [gem5-dev] Question about newfstatat() syscall

2016-04-21 Thread Andreas Hansson
l also need to understand the >contract between GLIBC and the kernel. There usually is not too much >documentation (in the kernel or GLIBC) so I've had to resort to searching >through source before to figure it out. > >Regards, >Brandon > >-Original Message- >Fro

Re: [gem5-dev] Question about newfstatat() syscall

2016-04-20 Thread Potter, Brandon
randon -Original Message- From: gem5-dev [mailto:gem5-dev-boun...@gem5.org] On Behalf Of Sooraj Puthoor Sent: Wednesday, April 20, 2016 5:27 PM To: gem5-dev@gem5.org Subject: [gem5-dev] Question about newfstatat() syscall Hi all, I am trying to run a benchmark in gem5 and while running the ben

[gem5-dev] Question about newfstatat() syscall

2016-04-20 Thread Sooraj Puthoor
Hi all, I am trying to run a benchmark in gem5 and while running the benchmark, I am getting “fatal: syscall newfstatat (#262) unimplemented” error. It seems gem5 has a "fstatat()" syscall defined but no definition for " newfstatat()" exists. So, I was thinking of redirecting the "newstatat()"