Commit d1460bda authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

get the tokudb/linux/tests building again

git-svn-id: file:///svn/toku/tokudb@17678 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4bf2199f
/* Verify that toku_os_full_pwrite does the right thing when writing beyond 4GB. */
#include <fcntl.h>
#include <test.h>
#include <toku_assert.h>
#include <string.h>
#include <toku_assert.h>
#include <test.h>
static int iszero(char *cp, size_t n) {
size_t i;
......
/* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2007, 2008 Tokutek Inc. All rights reserved."
#include <test.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <toku_portability.h>
#include <toku_assert.h>
#include "toku_os.h"
#include <toku_os.h>
#include <test.h>
static void
check_snprintf(int i) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment