00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #include "adio.h"
00009 
00010 #ifdef HAVE_UNISTD_H
00011 #include <unistd.h>
00012 #endif
00013 #ifdef HAVE_SIGNAL_H
00014 #include <signal.h>
00015 #endif
00016 #ifdef HAVE_SYS_TYPES_H
00017 #include <sys/types.h>
00018 #endif
00019 #ifdef HAVE_AIO_H
00020 #include <aio.h>
00021 #endif
00022 #ifdef HAVE_SYS_AIO_H
00023 #include <sys/aio.h>
00024 #endif
00025 
00026 
00027 
00028 #if !defined(__REDIRECT) && defined(__USE_FILE_OFFSET64)
00029 #define aiocb aiocb64
00030 #endif
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 
00042 void ADIOI_GEN_IOComplete(ADIO_Request *request, ADIO_Status *status,
00043               int *error_code)  
00044 {
00045     return;
00046  
00047 }