1/*
2 * Copyright (c) 2004, Bull SA. All rights reserved.
3 * Created by:  Laurent.Vivier@bull.net
4 * This file is licensed under the GPL license.  For the full content
5 * of this license, see the COPYING file at the top level of this
6 * source tree.
7 */
8
9 /* test if struct aiocb is defined in <aio.h> */
10
11#include <aio.h>
12
13struct aiocb dummy;
14