about summary refs log tree commit diff
path: root/stdlib/longlong.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-02 11:11:45 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-02 11:11:45 +0000
commitb8cb072d1f364c36ec68b985b5cc174af471d86d (patch)
tree810aacdcbed0c577f9be878ecbb337ba8cc13cea /stdlib/longlong.h
parent3810076f7552e9eb4c52b2a2c14c25374b462565 (diff)
downloadglibc-b8cb072d1f364c36ec68b985b5cc174af471d86d.tar.gz
glibc-b8cb072d1f364c36ec68b985b5cc174af471d86d.tar.xz
glibc-b8cb072d1f364c36ec68b985b5cc174af471d86d.zip
Update.
1999-06-02  Jakub Jelinek   <jj@ultra.linux.cz>

	* stdlib/longlong.h: Define UDIV_TIME on sparc64.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: New file.
Diffstat (limited to 'stdlib/longlong.h')
-rw-r--r--stdlib/longlong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h
index 7ac63bf4c8..c0ec1859c8 100644
--- a/stdlib/longlong.h
+++ b/stdlib/longlong.h
@@ -1237,6 +1237,7 @@ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype));
 	   : "cc");							\
   } while (0)
 #define UMUL_TIME 96
+#define UDIV_TIME 230
 #endif /* __sparc_v9__ */
 
 #if defined (__vax__) && W_TYPE_SIZE == 32