glibc/sysdeps/unix/sysv/linux/powerpc
Roland McGrath c55dca8d85 * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
(struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
	Use int32_t for ll_time.
	(struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
	Use int32_t instead of long int for ut_session.
	Use an anonymous struct with 32-bit fields for ut_tv.
	* sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
	(struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
	here as in utmp.h for `struct utmp'.
	* sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
	* sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
	* sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
	* sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.

	* sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
	of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
	All the following files were identical or equivalent to it.
	* sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.

	* sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
	instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
	Other than the previously incorrect sign of msg_iovlen, this is a
	no-op on 32-bit platforms.  On 64-bit platforms it makes this header
	match their layouts as well, so the following are now identical to it.
	* sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
	* sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
2002-10-16 01:03:05 +00:00
..
aix Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bits * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>. 2002-10-16 01:03:05 +00:00
powerpc32 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
powerpc64 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
sys Update. 2002-01-17 17:35:57 +00:00
chown.c Update. 2002-08-03 07:02:10 +00:00
Dist Update. 2002-10-03 01:03:45 +00:00
dl-brk.S Update. 2002-04-06 01:45:15 +00:00
dl-sysdep.c 2002-08-22 Steven Munroe <sjmunroe@us.ibm.com> 2002-08-22 19:07:46 +00:00
fcntl.c Support for fcntl64 in Linux 2.4.x. 2000-09-29 07:28:03 +00:00
fe_nomask.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ftruncate64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getdents64.c Update. 2000-08-12 05:14:52 +00:00
getmsg.c Update. 1999-12-21 16:03:22 +00:00
getpmsg.c Update. 1999-12-21 16:03:22 +00:00
getrlimit64.c * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n 2000-01-27 23:40:48 +00:00
getrlimit.c * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n 2000-01-27 23:40:48 +00:00
glob64.c Update. 2000-08-19 16:58:09 +00:00
ioctl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ipc_priv.h Update. 2000-09-18 00:43:17 +00:00
kernel_termios.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lchown.S * sysdeps/unix/sysv/linux/x86_64/sysdep.h 2002-09-28 04:15:27 +00:00
ldconfig.h * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro. 2002-09-14 09:00:42 +00:00
ldd-rewrite.sed Update. 2002-09-05 10:28:51 +00:00
lockf64.c Support for fcntl64 in Linux 2.4.x. 2000-09-29 07:28:03 +00:00
Makefile Update. 2002-09-05 10:28:51 +00:00
mmap64.c * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast. 2002-09-17 06:56:24 +00:00
oldgetrlimit64.c Update. 2000-08-16 01:40:12 +00:00
pread64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pread.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
profil-counter.h Update. 1998-08-24 16:46:16 +00:00
putmsg.c Update. 1999-12-21 16:03:22 +00:00
putpmsg.c Update. 1999-12-21 16:03:22 +00:00
pwrite64.c Update. 2002-08-03 07:02:10 +00:00
pwrite.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
readdir64_r.c Update. 2000-08-12 05:14:52 +00:00
readdir64.c Update. 2000-08-12 05:14:52 +00:00
readelflib.c * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro. 2002-09-14 09:00:42 +00:00
scandir64.c Update. 2000-08-12 05:14:52 +00:00
setrlimit.c * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n 2000-01-27 23:40:48 +00:00
sigcontextinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sysdep.c * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional 2002-10-11 10:52:20 +00:00
tcgetattr.c Update. 1998-10-14 22:37:11 +00:00
tcsetattr.c Update. 1998-10-14 22:37:11 +00:00
truncate64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00