Files
mesa/src/compiler
Jason Ekstrand 1cec500c69 blob: Use intptr_t instead of ssize_t
ssize_t is a GNU extension and is not available on Windows or MacOS.
Instead, we use intptr_t which should be effectively equivalent and is
part of the C standard.  This should fix the Windows and Mac OS builds.

Fixes: 3af1c82989
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103253
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
2017-10-13 15:02:34 -07:00
..
2017-10-13 10:40:23 -07:00
2017-10-09 16:28:11 -07:00
2017-07-21 08:47:56 +03:00
2017-10-13 15:02:34 -07:00
2017-10-13 15:02:34 -07:00
2017-07-18 09:43:12 -07:00
2017-10-12 21:47:06 -07:00
2016-09-12 10:48:35 +10:00