Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/stubs.h>
  3. #include <stdio.h>
  4. #include <errno.h>
  5. #include <libc/dosio.h>
  6. #include<assert.h>
  7.  
  8. int _rename(const char *old, const char *new)
  9. {
  10.  return -1;
  11. }
  12.