Home | History | Annotate | Download | only in aio_h
      1 /*
      2  * Copyright (c) 2004, Bull SA. All rights reserved.
      3  * Created by:  Laurent.Vivier (at) 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 aio.h exists and can be included */
     10 
     11 #include <aio.h>
     12 
     13 int dummy0 = AIO_ALLDONE;
     14 int dummy1 = AIO_CANCELED;
     15 int dummy2 = AIO_NOTCANCELED;
     16 int dummy3 = LIO_NOP;
     17 int dummy4 = LIO_NOWAIT;
     18 int dummy5 = LIO_READ;
     19 int dummy6 = LIO_WAIT;
     20 int dummy7 = LIO_WRITE;
     21