aboutsummaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
Diffstat (limited to 'rt')
-rw-r--r--rt/aio_cancel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/rt/aio_cancel.c b/rt/aio_cancel.c
index e802a85..645ae16 100644
--- a/rt/aio_cancel.c
+++ b/rt/aio_cancel.c
@@ -1,5 +1,5 @@
/* Cancel requests associated with given file descriptor.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -34,9 +34,6 @@
#include "aio_misc.h"
-/* Argh, so far there is no ECANCELED. */
-#define ECANCELED 125
-
int
aio_cancel (fildes, aiocbp)
int fildes;