summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/os_core_unix.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-01 17:56:59 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-01 17:56:59 +0000
commit7bad7a1930c4b13c1defeeff7a78134ae37f6ef1 (patch)
tree99367df984d3ba59757831240ae4724dd6bbf3ff /pjlib/src/pj/os_core_unix.c
parent81ecc233996dcddfbef707bd9a5099f5d9e5eb13 (diff)
Just changing keyword expansion
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@3 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/src/pj/os_core_unix.c')
-rw-r--r--pjlib/src/pj/os_core_unix.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/pjlib/src/pj/os_core_unix.c b/pjlib/src/pj/os_core_unix.c
index 5b19668b..4b0de399 100644
--- a/pjlib/src/pj/os_core_unix.c
+++ b/pjlib/src/pj/os_core_unix.c
@@ -1,16 +1,4 @@
-/* $Header: /pjproject-0.3/pjlib/src/pj/os_core_unix.c 11 10/29/05 10:27p Bennylp $ */
-/*
- * $Log: /pjproject-0.3/pjlib/src/pj/os_core_unix.c $
- *
- * 11 10/29/05 10:27p Bennylp
- * Fixed misc warnings.
- *
- * 10 10/29/05 11:51a Bennylp
- * Version 0.3-pre2.
- *
- * 9 10/14/05 12:26a Bennylp
- * Finished error code framework, some fixes in ioqueue, etc. Pretty
- * major.
+/* $Id$
*
*/
#include <pj/os.h>
@@ -32,6 +20,9 @@
#include <errno.h> // errno
#define __USE_GNU
+//uncomment this to get pthread_mutexattr_settype declaration.
+//unfortunately this causes syntax error in pthread.h! :(
+//#define __USE_UNIX98
#include <pthread.h>
#define THIS_FILE "osunix"