Changeset 554

Show
Ignore:
Timestamp:
06/17/08 20:00:22 (2 months ago)
Author:
goodea
Message:

Change isatty to _isatty for new newlib/codesourcery

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/hal/lpc2106-cmucam3/syscalls.c

    r536 r554  
    4747_off_t _lseek(int file, _off_t offset, int dir); 
    4848int _fstat(int file, struct stat *st); 
    49 int isatty (int file); 
     49int _isatty (int file); 
    5050int _system(const char *s); 
    5151int _link(char *old, char *new); 
     
    141141 
    142142 
    143 int isatty (int file) 
     143int _isatty (int file) 
    144144{ 
    145145  _cc3_device_driver_t * dev = _cc3_get_driver_for_file_number(file);