qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd s


From: Sean Bruno
Subject: Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
Date: Mon, 23 Jun 2014 07:19:31 -0700

On Thu, 2014-06-19 at 18:30 -0700, Sean Bruno wrote:
> On Mon, 2014-06-16 at 08:05 -0700, Sean Bruno wrote:
> > Signed-off-by: Sean Bruno <address@hidden>
> > ---
> >  bsd-user/freebsd/strace.list | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
> > index 2800a2d..f10caaa 100644
> > --- a/bsd-user/freebsd/strace.list
> > +++ b/bsd-user/freebsd/strace.list
> > @@ -28,6 +28,7 @@
> >  { TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, 
> > NULL },
> >  { TARGET_FREEBSD_NR___acl_set_file, "__acl_set_file", "%s(\"%s\", %d, 
> > %#x)", NULL, NULL },
> >  { TARGET_FREEBSD_NR___acl_set_link, "__acl_set_link", "%s(\"%s\", %d, 
> > %#x)", NULL, NULL },
> > +{ TARGET_FREEBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
> >  { TARGET_FREEBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
> >  { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
> >  { TARGET_FREEBSD_NR___sysctl, "__sysctl", NULL, print_sysctl, NULL },
> 
> Ping.
> 
> sean
> 
> 

Ping perhaps trivial?

sean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]