virgl: remove the _FILE_OFFSET_BITS defines

The build already sets it as needed.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Emil Velikov
2015-10-28 10:05:27 +00:00
committed by Emil Velikov
parent a05648fd7e
commit 2c705d2220
3 changed files with 0 additions and 7 deletions
@@ -20,9 +20,6 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* TODO - remove this */
#define _FILE_OFFSET_BITS 64
#include "virgl_drm_winsys.h"
#include "virgl_drm_public.h"
#include "util/u_memory.h"
@@ -20,8 +20,6 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define _FILE_OFFSET_BITS 64
#include "virgl_vtest_winsys.h"
#include "virgl_vtest_public.h"
#include <sys/socket.h>
@@ -20,8 +20,6 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include "virgl_vtest_winsys.h"
#include "virgl_vtest_public.h"