Ignore:
Timestamp:
Nov 1, 2005 5:56:59 PM (18 years ago)
Author:
bennylp
Message:

Just changing keyword expansion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pj/os_core_unix.c

    • Property svn:keywords set to Author
    r2 r3  
    1 /* $Header: /pjproject-0.3/pjlib/src/pj/os_core_unix.c 11    10/29/05 10:27p Bennylp $ */ 
    2 /*  
    3  * $Log: /pjproject-0.3/pjlib/src/pj/os_core_unix.c $  
    4  *  
    5  * 11    10/29/05 10:27p Bennylp 
    6  * Fixed misc warnings. 
    7  *  
    8  * 10    10/29/05 11:51a Bennylp 
    9  * Version 0.3-pre2. 
    10  *  
    11  * 9     10/14/05 12:26a Bennylp 
    12  * Finished error code framework, some fixes in ioqueue, etc. Pretty 
    13  * major. 
     1/* $Id$ 
    142 * 
    153 */ 
     
    3321 
    3422#define __USE_GNU 
     23//uncomment this to get pthread_mutexattr_settype declaration. 
     24//unfortunately this causes syntax error in pthread.h! :( 
     25//#define __USE_UNIX98 
    3526#include <pthread.h> 
    3627 
Note: See TracChangeset for help on using the changeset viewer.