[macruby-changes] [3324] MacRuby/trunk/thread_pthread.h

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 22 18:57:49 PST 2010


Revision: 3324
          http://trac.macosforge.org/projects/ruby/changeset/3324
Author:   lsansonetti at apple.com
Date:     2010-01-22 18:57:47 -0800 (Fri, 22 Jan 2010)
Log Message:
-----------
deleting unnecessary file

Removed Paths:
-------------
    MacRuby/trunk/thread_pthread.h

Deleted: MacRuby/trunk/thread_pthread.h
===================================================================
--- MacRuby/trunk/thread_pthread.h	2010-01-23 02:45:37 UTC (rev 3323)
+++ MacRuby/trunk/thread_pthread.h	2010-01-23 02:57:47 UTC (rev 3324)
@@ -1,24 +0,0 @@
-/**********************************************************************
-
-  thread_pthread.h -
-
-  $Author: nobu $
-
-  Copyright (C) 2004-2007 Koichi Sasada
-
-**********************************************************************/
-
-#ifndef RUBY_THREAD_PTHREAD_H
-#define RUBY_THREAD_PTHREAD_H
-
-#include <pthread.h>
-typedef pthread_t rb_thread_id_t;
-typedef pthread_mutex_t rb_thread_lock_t;
-typedef pthread_cond_t rb_thread_cond_t;
-
-typedef struct native_thread_data_struct {
-    void *signal_thread_list;
-    pthread_cond_t sleep_cond;
-} native_thread_data_t;
-
-#endif /* RUBY_THREAD_PTHREAD_H */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100122/6417e005/attachment.html>


More information about the macruby-changes mailing list