GSOC: Introduction
Eugene Syromyatnikov
evgsyr at gmail.com
Wed Mar 8 07:32:13 UTC 2017
> What unix system calls are to be grouped as open-like system calls?
I'd assume that open-like system call is a system call which returns
new fd, but others' interpretations may vary.
> and I can't find open system call inside linux/32/syscallent.h ?
open(path, flags, mode) can be implemented as openat(AT_FDCWD, path,
flags, mode).
--
Eugene Syromyatnikov
mailto:evgsyr at gmail.com
xmpp:esyr at jabber.{ru|org}
More information about the Strace-devel
mailing list