Chromium Code Reviews| Index: fusl/src/fcntl/creat.c |
| diff --git a/fusl/src/fcntl/creat.c b/fusl/src/fcntl/creat.c |
| index 7e1b94471a424205e6064ad59fb19d60a33c1777..78af0d452e60f75d17b6d525ce84da25ad28eb69 100644 |
| --- a/fusl/src/fcntl/creat.c |
| +++ b/fusl/src/fcntl/creat.c |
| @@ -4,5 +4,3 @@ |
| int creat(const char* filename, mode_t mode) { |
| return open(filename, O_CREAT | O_WRONLY | O_TRUNC, mode); |
| } |
| - |
| -LFS64(creat); |