/* * Copyright (c) 2004, Bull SA. All rights reserved. * Created by: Laurent.Vivier@bull.net * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. */ #include int (*dummy0)(int, struct aiocb *) = aio_cancel; int (*dummy1)(const struct aiocb *) = aio_error; int (*dummy2)(int, struct aiocb *) = aio_fsync; int (*dummy3)(struct aiocb *) = aio_read; ssize_t (*dummy4)(struct aiocb *) = aio_return; int (*dummy5)(const struct aiocb *const[], int, const struct timespec *) = aio_suspend; int (*dummy6)(struct aiocb *) = aio_write; int (*dummy7)(int, struct aiocb *const [], int, struct sigevent *restrict) = lio_listio; int main() { return 0; }