* libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.

(CHEWOUT_FILES): Added unlinkr.def.
* libc/reent/Makefile.in: Rebuilt.
* libc/sys.tex: Include unlinkr.def.
* libc/reent/linkr.c (_unlink_r): Moved to...
* libc/reent/unlinkr.c: ... new file.
This commit is contained in:
Alexandre Oliva
2000-03-08 04:01:49 +00:00
parent 85dd2e5b73
commit f205ea7a03
6 changed files with 74 additions and 37 deletions

View File

@@ -326,6 +326,7 @@ library, and achieve reentrancy by using a reserved global data block
@include reent/statr.def
@include reent/fstatr.def
@include reent/linkr.def
@include reent/unlinkr.def
@include reent/sbrkr.def
@up
@end ignore