From b8cb072d1f364c36ec68b985b5cc174af471d86d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 2 Jun 1999 11:11:45 +0000 Subject: Update. 1999-06-02 Jakub Jelinek * 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. --- stdlib/longlong.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/longlong.h') 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 -- cgit v1.2.3