diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-04 07:44:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-04 07:44:05 +0000 |
commit | 589328764d60283e16442c9c9dcf818346356776 (patch) | |
tree | 691db8c659839369aa03dbfc081330ca8e863e85 /sysdeps/unix/sysv/linux/alpha | |
parent | 9bae8b0016f8fe9e3ff539bdf77c5bdb25e92266 (diff) | |
download | glibc-589328764d60283e16442c9c9dcf818346356776.tar glibc-589328764d60283e16442c9c9dcf818346356776.tar.gz glibc-589328764d60283e16442c9c9dcf818346356776.tar.bz2 glibc-589328764d60283e16442c9c9dcf818346356776.zip |
Update.
1999-12-03 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/bits/stropts.h: Update with LiS types and
values. Patch by David Grothe <dave@gcom.com>.
* sysdeps/unix/sysv/linux/bits/types.h (__t_scalar_t, __t_uscalar_t):
Make long types.
* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/types.h b/sysdeps/unix/sysv/linux/alpha/bits/types.h index d55fee384c..8a79621cc6 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/types.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/types.h @@ -117,8 +117,8 @@ typedef struct } __fd_set; /* Used in XTI. */ -typedef int __t_scalar_t; -typedef unsigned int __t_uscalar_t; +typedef long int __t_scalar_t; +typedef unsigned long int __t_uscalar_t; /* Duplicates info from stdint.h but this is used in unistd.h. */ typedef long int __intptr_t; |