summaryrefslogtreecommitdiff
path: root/threadproc/beos/threadcancel.c
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-12-15 13:07:31 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-12-15 13:07:31 +0000
commit0f2c2eac0db79b7224e585ea13fa91df65603547 (patch)
tree889208f9d0aa4c15ae7ff76806f4ff2c1c829aa0 /threadproc/beos/threadcancel.c
parente968ef66fc001cf0a9f31cec48c399ce8c352dbf (diff)
downloadlibapr-0f2c2eac0db79b7224e585ea13fa91df65603547.tar.gz
Update the BeOS files to use a single header.
BeOS can't use the same non-blocking code as Unix for pipes, so until I can add the appropriate code I'm commenting it out for BeOS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/beos/threadcancel.c')
-rw-r--r--threadproc/beos/threadcancel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/threadproc/beos/threadcancel.c b/threadproc/beos/threadcancel.c
index 4d5022fdb..86a89d09d 100644
--- a/threadproc/beos/threadcancel.c
+++ b/threadproc/beos/threadcancel.c
@@ -54,8 +54,6 @@
*/
#include "threadproc.h"
-#include "apr_thread_proc.h"
-#include "apr_general.h"
ap_status_t ap_cancel_thread(struct thread_t *thd)