aboutsummaryrefslogtreecommitdiff
path: root/patches/binutils/2.22/500-fix-struct-stat.patch
Commit message (Collapse)AuthorAgeFilesLines
* patches/binutils: Remove old patches for binutilsBryan Hundven2016-01-031-42/+0
| | | | | | Since we removed older binutils versions, remove patches as well. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* binutils/binutils: do not fwd declare struct stat (2.22).Titus von Boxberg2012-11-061-0/+42
For canadian cross to host i686-mingw32 fwd declaring struct stat is not possible. Instead #include <sys/stat.h> Signed-off-by: Titus von Boxberg <titus@v9g.de> Message-Id: <417a15d4277913841ddd.1353100974@tschetwerikow.boxberg.lan> Patchwork-Id: 199733