diff options
author | Mladen Turk <mturk@apache.org> | 2009-02-24 12:32:47 +0000 |
---|---|---|
committer | Mladen Turk <mturk@apache.org> | 2009-02-24 12:32:47 +0000 |
commit | 3d15c4a7e109eff8b9de935003112da225db7836 (patch) | |
tree | c0d42d049b189901f48cfea5ae33230cf410cffe /threadproc/os2/proc.c | |
parent | a21324766d8958b75f528a66e9c33b9a0a185d9c (diff) | |
download | apr-3d15c4a7e109eff8b9de935003112da225db7836.tar.gz apr-3d15c4a7e109eff8b9de935003112da225db7836.zip |
Remove simple ipc because of -1
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@747357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2/proc.c')
-rw-r--r-- | threadproc/os2/proc.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c index 803ab529e..9fa94dde1 100644 --- a/threadproc/os2/proc.c +++ b/threadproc/os2/proc.c @@ -670,23 +670,3 @@ APR_DECLARE(apr_status_t) apr_procattr_perms_set_register(apr_procattr_t *attr, { return APR_ENOTIMPL; } - -APR_DECLARE(apr_status_t) apr_procattr_ipc_data_set(apr_procattr_t *attr, - const void *data, - apr_size_t size) -{ - return APR_ENOTIMPL; -} - -APR_DECLARE(apr_status_t) apr_procattr_ipc_data_get(apr_procattr_t *attr, - void **data, - apr_size_t *size) -{ - return APR_ENOTIMPL; -} - -APR_DECLARE(apr_status_t) apr_proc_parent_ipc_data_get(void **data, - apr_size_t *size) -{ - return APR_ENOTIMPL; -} |