From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shriramana Sharma Subject: Re: kernel provided system call is an API? Date: Sat, 27 Oct 2007 06:12:56 +0530 Message-ID: <47228990.7060007@gmail.com> References: <472214F1.6030907@gmail.com> <18210.22198.824183.983353@cerise.gclements.plus.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <18210.22198.824183.983353@cerise.gclements.plus.com> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Linux C Programming List Glynn Clements wrote: > Shriramana Sharma wrote: > >> 1. Can the system calls provided by the kernel be considered an API? > > System calls aren't strictly an *application* programming interface. > Applications are supposed to use the libc functions. OK so is it at least a "programming interface"? Thanks. Shriramana Sharma.