Subversion Repositories Kolibri OS

Rev

Rev 5134 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5134 Rev 6528
Line 1... Line 1...
1
/* Threads compatibility routines for libgcc2 and libobjc.  */
1
/* Threads compatibility routines for libgcc2 and libobjc.  */
2
/* Compile this one with gcc.  */
2
/* Compile this one with gcc.  */
3
/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
3
/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
This file is part of GCC.
5
This file is part of GCC.
6
 
6
 
Line 36... Line 36...
36
#define __GTHREAD_ONCE_INIT 0
36
#define __GTHREAD_ONCE_INIT 0
37
#define __GTHREAD_MUTEX_INIT 0
37
#define __GTHREAD_MUTEX_INIT 0
38
#define __GTHREAD_MUTEX_INIT_FUNCTION(mx)
38
#define __GTHREAD_MUTEX_INIT_FUNCTION(mx)
39
#define __GTHREAD_RECURSIVE_MUTEX_INIT 0
39
#define __GTHREAD_RECURSIVE_MUTEX_INIT 0
Line 40... Line 40...
40
 
40
 
Line 41... Line 41...
41
#define _GLIBCXX_UNUSED __attribute__((unused))
41
#define _GLIBCXX_UNUSED __attribute__((__unused__))
Line 42... Line 42...
42
 
42
 
43
#ifdef _LIBOBJC
43
#ifdef _LIBOBJC