Loading...
stdlib/OpenBSD/ecvt.3.patch Libc-583 /dev/null
--- Libc/Libc-583/stdlib/OpenBSD/ecvt.3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ecvt.3.orig	Thu Jul  8 16:06:45 2004
-+++ ecvt.3	Thu Jul  8 17:54:49 2004
-@@ -31,9 +31,9 @@
- .Sh SYNOPSIS
- .Fd #include <stdlib.h>
- .Ft char *
--.Fn ecvt "double value" "int ndigit" "int *decpt" "int *sign"
-+.Fn ecvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign"
- .Ft char *
--.Fn fcvt "double value" "int ndigit" "int *decpt" "int *sign"
-+.Fn fcvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign"
- .Ft char *
- .Fn gcvt "double value" "int ndigit" "char *buf"
- .Sh DESCRIPTION