* cygwin.din (basename): Export.

(dirname): Export.
	* path.cc (basename): New function.
	(dirname): New function.
	* include/libgen.h: New file.
	* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
Corinna Vinschen
2005-02-22 19:45:41 +00:00
parent 156d93af29
commit 24e8fc6872
5 changed files with 121 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ _atoi = atoi NOSIGFE
atol NOSIGFE
_atol = atol NOSIGFE
atoll NOSIGFE
basename SIGFE
bcmp NOSIGFE
_bcmp = bcmp NOSIGFE
bcopy NOSIGFE
@@ -369,6 +370,7 @@ difftime NOSIGFE
_difftime = difftime NOSIGFE
dirfd SIGFE
_dirfd = dirfd SIGFE
dirname SIGFE
div NOSIGFE
_div = div NOSIGFE
dlclose SIGFE