diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-28 19:11:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-28 19:11:33 +0000 |
commit | 556c18b2b87ca7de710fe08b580547eac5251c59 (patch) | |
tree | 75bc783d3833d0d5db806930f7e6c82de492a75d /ChangeLog | |
parent | 016080606c689982d2c15578aebbabf5c301bb3b (diff) | |
download | glibc-556c18b2b87ca7de710fe08b580547eac5251c59.tar.gz |
* posix/sys/types.h [!__GNUC_PREREQ (2, 7)] (int64_t, u_int64_t):
typedef to long int resp. unsigned long int on 64-bit arches.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-02-28 Jakub Jelinek <jakub@redhat.com> + * posix/sys/types.h [!__GNUC_PREREQ (2, 7)] (int64_t, u_int64_t): + typedef to long int resp. unsigned long int on 64-bit arches. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Include x86_64 umount.c rather than hppa umount.c. * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Include sh chown.c |