about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/bits/types.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-17 23:20:43 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-17 23:20:43 +0000
commit57fb9b3868f8a0977ef736a535432c43fef7b6a8 (patch)
treef6ad731b8ba457ade555f5618ee2b77a4c342ad0 /sysdeps/unix/sysv/linux/sparc/bits/types.h
parente58f1a46f4501e143e6727c419558c6bdf74e19f (diff)
downloadglibc-57fb9b3868f8a0977ef736a535432c43fef7b6a8.tar.gz
glibc-57fb9b3868f8a0977ef736a535432c43fef7b6a8.tar.xz
glibc-57fb9b3868f8a0977ef736a535432c43fef7b6a8.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise
	* sysdeps/generic/bits/time.h: Likewise.
	* sysdeps/mach/hurd/bits/time.h: Likewise.
	* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
	* sysdeps/generic/bits/types.h: Likewise.
	* posix/sys/types.h: Define suseconds_t for X/Open.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits/types.h')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/types.h b/sysdeps/unix/sysv/linux/sparc/bits/types.h
index 9423015538..49aa375d4b 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/types.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/types.h
@@ -98,6 +98,7 @@ typedef struct
 typedef int __daddr_t;			/* The type of a disk address.  */
 typedef char *__caddr_t;
 typedef long int __time_t;
+typedef int __suseconds_t;
 typedef long int __swblk_t;		/* Type of a swap block maybe?  */
 
 typedef long int __clock_t;