]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/ldiv.3.patch
Libc-825.24.tar.gz
[apple/libc.git] / stdlib / FreeBSD / ldiv.3.patch
diff --git a/stdlib/FreeBSD/ldiv.3.patch b/stdlib/FreeBSD/ldiv.3.patch
deleted file mode 100644 (file)
index 107a217..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- ldiv.3.bsdnew      2009-11-13 14:11:49.000000000 -0800
-+++ ldiv.3     2009-11-13 14:11:49.000000000 -0800
-@@ -43,14 +43,15 @@
- .Sh SYNOPSIS
- .In stdlib.h
- .Ft ldiv_t
--.Fn ldiv "long num" "long denom"
-+.Fn ldiv "long numer" "long denom"
- .Sh DESCRIPTION
- The
- .Fn ldiv
- function
- computes the value
--.Fa num Ns / Ns Fa denom
--and returns the quotient and remainder in a structure named
-+.Fa numer Ns / Ns Fa denom
-+(numerator/denominator).
-+Ir returns the quotient and remainder in a structure named
- .Vt ldiv_t
- that contains two
- .Vt long