* src/lib/Evil.h:

use getcwd() from evil_unistd.c



SVN revision: 36912
This commit is contained in:
Vincent Torri 2008-10-21 08:31:13 +00:00
parent d2b7c8f93c
commit 3806efd337
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-21 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:
use getcwd() from evil_unistd.c
2008-10-21 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Makefile.am:

View File

@ -140,7 +140,7 @@ typedef unsigned long gid_t;
# define write(fd,buffer,count) _write((fd),(buffer),(count))
# define unlink(filename) _unlink((filename))
# define mkdir(p,m) _mkdir(p)
# define getcwd(b,s) _getcwd((b),(s))
# define getcwd(b,s) evil_getcwd((b),(s))
# define lstat(f,s) _stat((f),(s))
# define strdup(s) _strdup(s)