]> sourceware.org Git - newlib-cygwin.git/commit
machine/_types.h: __blkcnt_t should be signed
authorRay Donnelly <mingw.android@gmail.com>
Thu, 14 Jul 2016 11:40:47 +0000 (12:40 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 14 Jul 2016 17:02:57 +0000 (19:02 +0200)
commit82e06490de56519d6310282bf321433537e9efa0
tree2392e38a28772d7bb41196c2ff21f70295f0e1be
parent53a831f063a86139a154461fe878b6e4537f247f
machine/_types.h: __blkcnt_t should be signed

[1] states: "blkcnt_t and off_t shall be signed integer types."

This causes pacman to fail when the size requirement
of the net update operation is negative, instead it
calculated a huge positive number.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
winsup/cygwin/include/machine/_types.h
This page took 0.031593 seconds and 5 git commands to generate.