io_destroy.c 937 B

1234567891011121314151617181920212223
  1. /* io_destroy
  2. libaio Linux async I/O interface
  3. Copyright 2002 Red Hat, Inc.
  4. This library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Lesser General Public
  6. License as published by the Free Software Foundation; either
  7. version 2 of the License, or (at your option) any later version.
  8. This library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Lesser General Public License for more details.
  12. You should have received a copy of the GNU Lesser General Public
  13. License along with this library; if not, write to the Free Software
  14. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  15. */
  16. #include <errno.h>
  17. #include <libaio.h>
  18. #include "syscall.h"
  19. io_syscall1(int, io_destroy, io_destroy, io_context_t, ctx)