[pypy-commit] pypy timeb_h: Document <sys/timeb.h> change in whatsnew-head.rst.

vext01 noreply at buildbot.pypy.org
Thu Dec 5 01:15:56 CET 2013


Author: Edd Barrett <vext01 at gmail.com>
Branch: timeb_h
Changeset: r68377:390d8f89f47d
Date: 2013-12-05 00:09 +0000
http://bitbucket.org/pypy/pypy/changeset/390d8f89f47d/

Log:	Document <sys/timeb.h> change in whatsnew-head.rst.

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -32,3 +32,7 @@
 .. branch: better_ftime_detect2
 On OpenBSD do not pull in libcompat.a as it is about to be removed.
 And more generally, if you have gettimeofday(2) you will not need ftime(3).
+
+.. branch: timeb_h
+Remove dependency upon <sys/timeb.h> on OpenBSD. This will be disappearing
+along with libcompat.a.


More information about the pypy-commit mailing list