source:
trunk/libs/newlib/src/libgloss/m32r/unlink.c
@
579
| Last change on this file since 579 was 444, checked in by , 8 years ago | |
|---|---|
| File size: 116 bytes | |
| Line | |
|---|---|
| 1 | #include <sys/types.h> |
| 2 | #include <sys/stat.h> |
| 3 | #include "syscall.h" |
| 4 | #include "eit.h" |
| 5 | |
| 6 | int |
| 7 | _unlink () |
| 8 | { |
| 9 | return -1; |
| 10 | } |
Note: See TracBrowser
for help on using the repository browser.
