]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/rtl/rwlock.h
updated email address - petr@smoliku.cz
[orte.git] / orte / include / rtl / rwlock.h
index c0ae53d26540c35981c435e8895672beecc43906..68ac7de795cc3f4c1610651a3f47b399ec2f7e44 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: rwlock.h,v 0.0.0.1             2003/12/19 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr@smoliku.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -41,7 +50,7 @@ struct pthread_rwlockattr_t_ {
 };
 extern void ptw32_rwlock_cancelwrwait(void * arg);
 
-extern inline int
+extern int
 ptw32_rwlock_check_need_init(pthread_rwlock_t *rwlock);
 
 extern int pthread_rwlock_init(pthread_rwlock_t *lock,