diff options
Diffstat (limited to 'libgloss/ft32/sim-lseek.c')
-rw-r--r-- | libgloss/ft32/sim-lseek.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/ft32/sim-lseek.c b/libgloss/ft32/sim-lseek.c index e5c08c8..d35e082 100644 --- a/libgloss/ft32/sim-lseek.c +++ b/libgloss/ft32/sim-lseek.c @@ -22,8 +22,7 @@ * an error. */ off_t -_DEFUN (_lseek, (fd, offset, whence), - int fd, +_lseek (int fd, off_t offset, int whence) { |