Changeset 0580615 in buchla-68k for libcio/fseek.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fseek.c

    r46d8069 r0580615  
    1111#include "stddefs.h"
    1212
    13 extern  long    lseek();
     13extern  long    lseek(int fd, long pos, int how);
    1414
    1515/*
     
    1919*/
    2020
    21 fseek(fp, pos, mode)
    22 register FILE *fp;
    23 long pos;
    24 int mode;
     21int fseek(FILE *fp, long pos, int mode)
    2522{
    2623        register int i, lr;
Note: See TracChangeset for help on using the changeset viewer.