Skip to content
Snippets Groups Projects
Commit 5aea4c58 authored by Andreas Färber's avatar Andreas Färber Committed by Blue Swirl
Browse files

softfloat: Replace uint16 type with uint_fast16_t


Based on the following Coccinelle patch:

@@
typedef uint16, uint_fast16_t;
@@
-uint16
+uint_fast16_t

Fixes the build of the Cocoa frontend on Mac OS X and avoids a
workaround for AIX.

For pre-10 Solaris include osdep.h.

Reported-by: default avatarPavel Borzenkov <pavel.borzenkov@gmail.com>
Reported-by: default avatarRui Carmo <rui.carmo@gmail.com>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Cc: Juan Pineda <juan@logician.com>
Cc: malc <av1474@comtv.ru>
Cc: Ben Taylor <bentaylor.solx86@gmail.com>
Tested-by: default avatarBernhard Walle <bernhard@bwalle.de>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent dda3c2ee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment