summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-17 09:27:19 +0000
committerPierre Joye <pajoye@php.net>2010-09-17 09:27:19 +0000
commit83527d16a323416a354df4ddfbd86fc0efa2967e (patch)
tree8c4bd87f498c92675d66c1b489ac0e76c674b426 /TSRM/tsrm_win32.h
parent79ee513903fb03a57f2676fb69943b15ff173e91 (diff)
downloadphp-git-83527d16a323416a354df4ddfbd86fc0efa2967e.tar.gz
- drop tsrmls_fetch in tsrm_win32_access
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r--TSRM/tsrm_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h
index dc5f34e5f2..394053d6d7 100644
--- a/TSRM/tsrm_win32.h
+++ b/TSRM/tsrm_win32.h
@@ -98,7 +98,7 @@ TSRM_API void tsrm_win32_shutdown(void);
TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
TSRM_API FILE *popen(const char *command, const char *type);
TSRM_API int pclose(FILE *stream);
-TSRM_API int tsrm_win32_access(const char *pathname, int mode);
+TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC);
TSRM_API int win32_utime(const char *filename, struct utimbuf *buf);
TSRM_API int shmget(int key, int size, int flags);