diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-11-29 01:50:02 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-11-29 01:50:02 +0000 |
commit | c0aa89548fb63e62f0ac47a26fd486e7cb7291c0 (patch) | |
tree | 82793954e55c6ae3991cb8692cf76f661605999c /os | |
parent | de3e5045b64b98b7079166b95dcd3dae2491370a (diff) | |
download | httpd-c0aa89548fb63e62f0ac47a26fd486e7cb7291c0.tar.gz |
clean up some really bad typedefs - and move one into mpm_winnt.c since
that's the only module remaining that needs it. Should be an apr type,
but we aren't using the apr accessors to handle them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/os.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/win32/os.h b/os/win32/os.h index da3a167c9b..0df60c81ca 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -129,8 +129,4 @@ AP_DECLARE(char *) ap_os_canonical_filename(apr_pool_t *p, const char *file); AP_DECLARE(char *) ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile); AP_DECLARE(char *) ap_os_systemcase_filename(apr_pool_t *pPool, const char *szFile); -typedef void thread; -typedef void event; - - #endif /* ! APACHE_OS_H */ |