genericopenlibs/openenvcore/backend/inc/sysreent.h
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 54 4332f0f7be53
--- a/genericopenlibs/openenvcore/backend/inc/sysreent.h	Tue Feb 02 02:01:42 2010 +0200
+++ b/genericopenlibs/openenvcore/backend/inc/sysreent.h	Fri Apr 16 16:46:38 2010 +0300
@@ -106,6 +106,7 @@
 IMPORT_C int	_rmdir_r	(int *, const wchar_t *);
 IMPORT_C int	_wrmdir_r	(int *, const wchar_t *);
 IMPORT_C int	_stat_r		(int *, const wchar_t *, struct stat *);
+IMPORT_C int    _lstat_r    (int *, const wchar_t *, struct stat *);
 IMPORT_C int	_wstat_r	(int *, const wchar_t *, struct stat *);
 IMPORT_C int	_unlink_r	(int *, const wchar_t *);
 IMPORT_C int	_wunlink_r	(int *, const wchar_t *);