]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/OpenBSD/ecvt.3.patch
Libc-825.24.tar.gz
[apple/libc.git] / stdlib / OpenBSD / ecvt.3.patch
diff --git a/stdlib/OpenBSD/ecvt.3.patch b/stdlib/OpenBSD/ecvt.3.patch
deleted file mode 100644 (file)
index 63e8b3b..0000000
+++ /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