Chromium Code Reviews| Index: fusl/src/unistd/ftruncate.c |
| diff --git a/fusl/src/unistd/ftruncate.c b/fusl/src/unistd/ftruncate.c |
| index b1e7cdbb27186887b6cc0ae6cd91d7cfa58a6581..c0768c63e057cb244f3dc43f98e6bb9cddc0cd52 100644 |
| --- a/fusl/src/unistd/ftruncate.c |
| +++ b/fusl/src/unistd/ftruncate.c |
| @@ -5,5 +5,3 @@ |
| int ftruncate(int fd, off_t length) { |
| return syscall(SYS_ftruncate, fd, __SYSCALL_LL_O(length)); |
| } |
| - |
| -LFS64(ftruncate); |