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
47db946c
Commit
47db946c
authored
Aug 23, 2000
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to pthread and addition of sys/machine.h
From-SVN: r35910
parent
d0650b61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
gcc/fixinc/tests/base/pthread.h
+6
-0
gcc/fixinc/tests/base/sys/machine.h
+16
-0
No files found.
gcc/fixinc/tests/base/pthread.h
View file @
47db946c
...
...
@@ -9,6 +9,12 @@
#if defined( AIX_PTHREAD_CHECK )
#define PTHREAD_MUTEX_INITIALIZER \
{...init stuff...}
#endif
/* AIX_PTHREAD_CHECK */
#if defined( PTHREAD_PAGE_SIZE_CHECK )
extern
int
__page_size
;
#endif
/* PTHREAD_PAGE_SIZE_CHECK */
gcc/fixinc/tests/base/sys/machine.h
0 → 100644
View file @
47db946c
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/sys/machine.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#if defined( AIX_SYSMACHINE_CHECK )
#define FOO bar \
baz \
bat
#endif
/* AIX_SYSMACHINE_CHECK */
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