Chromium Code Reviews| Index: fusl/src/aio/aio.c |
| diff --git a/fusl/src/aio/aio.c b/fusl/src/aio/aio.c |
| index d9d3c893de1999dbb26a9bf340e1db4970133743..101a41dbe98c763cf3a68bcd22971c8db87e6df7 100644 |
| --- a/fusl/src/aio/aio.c |
| +++ b/fusl/src/aio/aio.c |
| @@ -380,10 +380,3 @@ int __aio_close(int fd) { |
| aio_cancel(fd, 0); |
| return fd; |
| } |
| - |
| -LFS64(aio_cancel); |
| -LFS64(aio_error); |
| -LFS64(aio_fsync); |
| -LFS64(aio_read); |
| -LFS64(aio_write); |
| -LFS64(aio_return); |