/[svn]/linuxsampler/trunk/src/common/Mutex.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Mutex.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 289 by schoenebeck, Tue Oct 19 14:41:38 2004 UTC revision 290 by senkov, Wed Oct 20 03:02:35 2004 UTC
# Line 29  Line 29 
29  #if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500  #if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500
30  # undef _XOPEN_SOURCE  # undef _XOPEN_SOURCE
31  # define _XOPEN_SOURCE 500 /* to define PTHREAD_MUTEX_ERRORCHECK */  # define _XOPEN_SOURCE 500 /* to define PTHREAD_MUTEX_ERRORCHECK */
32  # warning Seems you don't have a UNIX98 compatible system.  # warning "Seems you don't have a UNIX98 compatible system."
33  # warning Please run LinuxSampler's selftest to make sure this won't oppose a problem!  # warning "Please run LinuxSampler's selftest to make sure this won't be a problem!"
34  # warning (compile tests with 'make tests', run them with 'src/testcases/linuxsamplertest')  # warning "(compile tests with 'make tests', run them with 'src/testcases/linuxsamplertest')"
35  #endif  #endif
36    
37  #include <iostream>  #include <iostream>

Legend:
Removed from v.289  
changed lines
  Added in v.290

  ViewVC Help
Powered by ViewVC