Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6c6e94b9
Commit
6c6e94b9
authored
Feb 05, 2015
by
Rainer Orth
Committed by
Rainer Orth
Feb 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failures on AIX (PR libobjc/63765)
PR libobjc/63765 * thr.c (_XOPEN_SOURCE): Remove. From-SVN: r220438
parent
aebab21a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
libobjc/ChangeLog
+5
-0
libobjc/thr.c
+0
-5
No files found.
libobjc/ChangeLog
View file @
6c6e94b9
2015-02-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libobjc/63765
* thr.c (_XOPEN_SOURCE): Remove.
2015-01-27 Matthias Klose <doko@ubuntu.com>
2015-01-27 Matthias Klose <doko@ubuntu.com>
* sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp.
* sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp.
...
...
libobjc/thr.c
View file @
6c6e94b9
...
@@ -25,11 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -25,11 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "objc-private/common.h"
#include "objc-private/common.h"
#include "objc-private/error.h"
#include "objc-private/error.h"
#define _LIBOBJC
#define _LIBOBJC
/* The line below is needed for declarations of functions such as
pthread_mutexattr_settype, without which gthr-posix.h may fail to
compile within libobjc. While we only need XPG5 for this, Solaris
requires XPG6 for C99 and later. */
#define _XOPEN_SOURCE 600
#include "config.h"
#include "config.h"
#include "tconfig.h"
#include "tconfig.h"
#include "coretypes.h"
#include "coretypes.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment