* 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

@ -247,12 +247,13 @@ details. */
117: Export utmpx functions, Return utmp * from pututent.
118: Export getpriority, setpriority.
119: Export fdatasync.
120: Export basename, dirname.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 119
#define CYGWIN_VERSION_API_MINOR 120
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible