From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28525 invoked by alias); 27 Jan 2003 00:56:09 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 28517 invoked from network); 27 Jan 2003 00:56:08 -0000 Received: from unknown (HELO web21307.mail.yahoo.com) (216.136.128.232) by 172.16.49.205 with SMTP; 27 Jan 2003 00:56:08 -0000 Message-ID: <20030127005607.39702.qmail@web21307.mail.yahoo.com> Received: from [130.245.137.57] by web21307.mail.yahoo.com via HTTP; Sun, 26 Jan 2003 16:56:07 PST Date: Mon, 27 Jan 2003 05:28:00 -0000 From: James Lee Subject: mapping between system calls and libc functions To: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg01304.txt.bz2 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