This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: write() and __libc_write()?
- From: Mike Frysinger <vapier at gentoo dot org>
- To: "sean yang" <seanatpurdue at hotmail dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Sat, 11 Mar 2006 00:45:30 -0500
- Subject: Re: write() and __libc_write()?
- Geoman: IS A RETARD
- References: <BAY105-F27123F3EF26CC91547741FC0E20@phx.gbl>
On Saturday 11 March 2006 00:17, sean yang wrote:
> Ok, thanks for the info. But syscalls.list tells us " write - write
> Ci:ibn __libc_write __write write".
> i.e., write is alias to __libc_write. But, how __libc_write is generated?
grep is your friend
read manual/maint.texi and sysdeps/unix/make-syscalls.sh
-mike