<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - blob.h:138:1: error: unknown type name 'ssize_t'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103253">103253</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>blob.h:138:1: error: unknown type name 'ssize_t'
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>bisected, regression
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vlee@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>cwabbott0@gmail.com, jason@jlekstrand.net, jljusten@gmail.com, nhaehnle@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: 79d403417cacd2728916e32ae55f4fc2a018515c (master 17.3.0-devel)

  CXX      glsl/shader_cache.lo
In file included from glsl/shader_cache.cpp:47:
./blob.h:138:1: error: unknown type name 'ssize_t'; did you mean 'size_t'?
ssize_t
^~~~~~~
size_t


commit 6935440967e2beccf017c96e75387b9cb71833b4
Author: Connor Abbott <<a href="mailto:cwabbott0@gmail.com">cwabbott0@gmail.com</a>>
Date:   Fri Sep 15 00:29:46 2017 -0400

    compiler/blob: make blob_reserve_bytes() more useful

    Despite the name, it could only be used if you immediately wrote to the
    pointer. Noboby was using it outside of one test, so clearly this
    behavior wasn't that useful. Instead, make it return an offset into the
    data buffer so that the result isn't invalidated if you later write to
    the blob. In conjunction with blob_overwrite_bytes(), this will be
    useful for leaving a placeholder and then filling it in later, which
    we'll need to do for handling phi nodes when serializing NIR.

    v2 (Jason Ekstrand):
     - Detect overflow in the offset + to_write computation

    Reviewed-by: Nicolai Hähnle <<a href="mailto:nicolai.haehnle@amd.com">nicolai.haehnle@amd.com</a>>
    Reviewed-by: Jordan Justen <<a href="mailto:jordan.l.justen@intel.com">jordan.l.justen@intel.com</a>></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>