Re: syscall reference
- From: Joe Pfeiffer <pfeiffer@xxxxxxxxxxx>
- Date: 22 Apr 2008 17:42:31 -0600
"Bill Cunningham" <nospam@xxxxxxxxx> writes:
Does anyone know of a good online syscall reference and tutorial for
linux's syscalls. I was going to open a pipe and can't find any references
for the needed sys calls like write read and close.
Chapter 2 of the man pages is the reference for the C language
interface to the system. I'm a bit puzzled that a day or so ago you
were asking for help with a nearly-correct program that created and
used a pipe, and now you're asking about references to write(),
read(), and close() -- calls that your program was using correctly.
.
- Follow-Ups:
- Re: syscall reference
- From: phil-news-nospam
- Re: syscall reference
- From: Bill Cunningham
- Re: syscall reference
- From: Bill Cunningham
- Re: syscall reference
- References:
- syscall reference
- From: Bill Cunningham
- syscall reference
- Prev by Date: OSDI '08 Call For Papers Deadline Approaching
- Next by Date: Re: char device driver + script
- Previous by thread: syscall reference
- Next by thread: Re: syscall reference
- Index(es):
Relevant Pages
|