mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/pread.c: Fix typo.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
1999-12-21 Andreas Schwab <schwab@suse.de>
|
1999-12-21 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/pread.c: Fix typo.
|
||||||
|
|
||||||
* include/unistd.h: Declare __libc_lseek.
|
* include/unistd.h: Declare __libc_lseek.
|
||||||
|
|
||||||
1999-12-21 Andreas Jaeger <aj@suse.de>
|
1999-12-21 Andreas Jaeger <aj@suse.de>
|
||||||
|
@ -260,7 +260,8 @@ You can install glibc somewhere other than where you configured it to go
|
|||||||
by setting the @code{install_root} variable on the command line for
|
by setting the @code{install_root} variable on the command line for
|
||||||
@samp{make install}. The value of this variable is prepended to all the
|
@samp{make install}. The value of this variable is prepended to all the
|
||||||
paths for installation. This is useful when setting up a chroot
|
paths for installation. This is useful when setting up a chroot
|
||||||
environment or preparing a binary distribution.
|
environment or preparing a binary distribution. The directory should be
|
||||||
|
specified with an absolute file name.
|
||||||
|
|
||||||
Glibc 2.1 includes two daemons, @code{nscd} and @code{utmpd}, which you
|
Glibc 2.1 includes two daemons, @code{nscd} and @code{utmpd}, which you
|
||||||
may or may not want to run. @code{nscd} caches name service lookups; it
|
may or may not want to run. @code{nscd} caches name service lookups; it
|
||||||
|
@ -56,7 +56,7 @@ __libc_pread (fd, buf, count, offset)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong_alias (__libc_pread, pread)
|
strong_alias (__libc_pread, __pread)
|
||||||
weak_alias (__libc_pread, pread)
|
weak_alias (__libc_pread, pread)
|
||||||
|
|
||||||
# define __libc_pread(fd, buf, count, offset) \
|
# define __libc_pread(fd, buf, count, offset) \
|
||||||
|
Reference in New Issue
Block a user