public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* mapping between system calls and libc functions
@ 2003-01-27  5:28 James Lee
  2003-01-27 11:43 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: James Lee @ 2003-01-27  5:28 UTC (permalink / raw)
  To: gcc

Hi,

Where can I find the information about mapping between
system calls and glibs functions?

For example, system call open() is redirected to
__open() in libc.  Can I take this as a general rule?

For example, can I assume that all system calls will
be redriected to as follow?

sn: systen call name

rule:
sn -> __sn

Does anyone know where I should look into to get this
information to get 200 some mapping between system
calls and libc functions?

Thank you in advance.

James

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mapping between system calls and libc functions
  2003-01-27  5:28 mapping between system calls and libc functions James Lee
@ 2003-01-27 11:43 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2003-01-27 11:43 UTC (permalink / raw)
  To: James Lee; +Cc: gcc

On Jan 26, 2003, James Lee <aeggie_dragon@yahoo.com> wrote:

> Where can I find the information about mapping between
> system calls and glibs functions?

Certainly not in this mailing list, whose purpose is to discuss the
development of GCC.  The implementation of the C library is separate,
GCC just uses whatever C library come with the OS you're using.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-27  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-27  5:28 mapping between system calls and libc functions James Lee
2003-01-27 11:43 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).