Remove O_LARGEFILE from tests
[lttng-ust.git] / tests / ust-multi-test / ust-multi-test.c
index 814e4517dc366295f2cf6bb990c5ac8374e3f919..dc91b847e39abbc5a210eb3a318c8c990d0f1425 100644 (file)
@@ -230,7 +230,7 @@ int consume_stream(struct lttng_ust_shm_handle *handle, int cpu, char *outfile)
        }
 
        /* copy */
-       outfd = open(outfile, O_WRONLY | O_CREAT | O_LARGEFILE | O_TRUNC,
+       outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC,
                        S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
        if (outfd < 0) {
                perror("open output");
This page took 0.024433 seconds and 4 git commands to generate.