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
b4d24eaa
Commit
b4d24eaa
authored
Nov 01, 2006
by
Steve Ellcey
Committed by
Steve Ellcey
Nov 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tests/base/sys/socket.h: Update.
From-SVN: r118384
parent
36c90fd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
fixincludes/ChangeLog
+4
-0
fixincludes/tests/base/sys/socket.h
+18
-0
No files found.
fixincludes/ChangeLog
View file @
b4d24eaa
2006-11-01 Steve Ellcey <sje@cup.hp.com>
* tests/base/sys/socket.h: Update.
2006-10-31 Steve Ellcey <sje@cup.hp.com>
2006-10-31 Steve Ellcey <sje@cup.hp.com>
* inclhack.def (hpux11_extern_sendfile): New.
* inclhack.def (hpux11_extern_sendfile): New.
...
...
fixincludes/tests/base/sys/socket.h
View file @
b4d24eaa
...
@@ -9,6 +9,24 @@
...
@@ -9,6 +9,24 @@
#if defined( HPUX11_EXTERN_SENDFILE_CHECK )
#ifndef _APP32_64BIT_OFF_T
extern
sbsize_t
sendfile
__
((
int
,
int
,
off_t
,
bsize_t
,
const
struct
iovec
*
,
int
));
#endif
#endif
/* HPUX11_EXTERN_SENDFILE_CHECK */
#if defined( HPUX11_EXTERN_SENDPATH_CHECK )
#ifndef _APP32_64BIT_OFF_T
extern
sbsize_t
sendpath
__
((
int
,
int
,
off_t
,
bsize_t
,
const
struct
iovec
*
,
int
));
#endif
#endif
/* HPUX11_EXTERN_SENDPATH_CHECK */
#if defined( IRIX_SOCKLEN_T_CHECK )
#if defined( IRIX_SOCKLEN_T_CHECK )
#define _SOCKLEN_T
#define _SOCKLEN_T
#if _NO_XOPEN4 && _NO_XOPEN5
#if _NO_XOPEN4 && _NO_XOPEN5
...
...
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