> 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:evg...@gmail.com
xmpp:esyr@jabber.{ru|org}

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to