[uClibc] Re: read replaced by __libc_read

Peter S. Mazinger ps.m at gmx.net
Thu Oct 28 13:43:48 UTC 2004


On Thu, 28 Oct 2004, Peter S. Mazinger wrote:

> Hello!
> 
> I haven't touched libc/stdio directory at all, because I do not know what 
> to do w/ __gcs.read?

small correction to the __libc_read patch

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2
-------------- next part --------------
--- libpthread/linuxthreads/internals.h.mps	2004-10-28 15:28:47.000000000 +0200
+++ libpthread/linuxthreads/internals.h	2004-10-28 15:29:05.000000000 +0200
@@ -500,7 +500,6 @@
 extern int __libc_close (int fd);
 extern int __libc_nanosleep (const struct timespec *requested_time,
 			     struct timespec *remaining);
-extern ssize_t __libc_read (int fd, void *buf, size_t count);
 extern pid_t __libc_waitpid (pid_t pid, int *stat_loc, int options);
 extern ssize_t __libc_write (int fd, const void *buf, size_t count);
 


More information about the uClibc mailing list