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
ad1536a1
Commit
ad1536a1
authored
Apr 08, 2009
by
Thomas Quinot
Committed by
Arnaud Charlet
Apr 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Image): New procedure.
From-SVN: r145719
parent
02060927
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+2
-1
gcc/ada/g-socket.ads
+3
-0
No files found.
gcc/ada/ChangeLog
View file @
ad1536a1
...
@@ -94,10 +94,11 @@
...
@@ -94,10 +94,11 @@
(
Get_Socket_From_Set
):
Fix
incorrectly
reverted
formals
(
Get_Socket_From_Set
):
Fix
incorrectly
reverted
formals
Last
and
Socket
to
match
the
underlying
C
routine
.
Last
and
Socket
to
match
the
underlying
C
routine
.
*
g
-
socket
.
adb
*
g
-
socket
.
adb
,
g
-
socket
.
ads
(
Get
):
Use
named
parameter
associations
instead
of
positional
ones
in
(
Get
):
Use
named
parameter
associations
instead
of
positional
ones
in
call
go
Get_Socket_From_Set
,
since
this
routine
has
two
formals
of
the
call
go
Get_Socket_From_Set
,
since
this
routine
has
two
formals
of
the
same
type
.
same
type
.
(
Image
):
New
procedure
.
*
g
-
socthi
-
vms
.
adb
,
g
-
socthi
-
vms
.
ads
,
g
-
socthi
-
vxworks
.
adb
,
*
g
-
socthi
-
vms
.
adb
,
g
-
socthi
-
vms
.
ads
,
g
-
socthi
-
vxworks
.
adb
,
g
-
socthi
-
vxworks
.
ads
,
g
-
socthi
-
mingw
.
ads
,
g
-
socthi
.
adb
,
g
-
socthi
.
ads
:
g
-
socthi
-
vxworks
.
ads
,
g
-
socthi
-
mingw
.
ads
,
g
-
socthi
.
adb
,
g
-
socthi
.
ads
:
gcc/ada/g-socket.ads
View file @
ad1536a1
...
@@ -994,6 +994,9 @@ package GNAT.Sockets is
...
@@ -994,6 +994,9 @@ package GNAT.Sockets is
procedure Set (Item : in out Socket_Set_Type; Socket : Socket_Type);
procedure Set (Item : in out Socket_Set_Type; Socket : Socket_Type);
-- Insert Socket into Item
-- Insert Socket into Item
function Image (Item : Socket_Set_Type) return String;
-- Return a printable image of Item, for debugging purposes
-- The select(2) system call waits for events to occur on any of a set of
-- The select(2) system call waits for events to occur on any of a set of
-- file descriptors. Usually, three independent sets of descriptors are
-- file descriptors. Usually, three independent sets of descriptors are
-- watched (read, write and exception). A timeout gives an upper bound
-- watched (read, write and exception). A timeout gives an upper bound
...
...
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