summaryrefslogtreecommitdiff
path: root/gcc/ada/g-socthi-vxworks.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-socthi-vxworks.ads')
-rw-r--r--gcc/ada/g-socthi-vxworks.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-socthi-vxworks.ads b/gcc/ada/g-socthi-vxworks.ads
index fa3f82f57e2..5c74e880142 100644
--- a/gcc/ada/g-socthi-vxworks.ads
+++ b/gcc/ada/g-socthi-vxworks.ads
@@ -149,9 +149,9 @@ package GNAT.Sockets.Thin is
function C_Select
(Nfds : C.int;
- Readfds : Fd_Set_Access;
- Writefds : Fd_Set_Access;
- Exceptfds : Fd_Set_Access;
+ Readfds : access Fd_Set;
+ Writefds : access Fd_Set;
+ Exceptfds : access Fd_Set;
Timeout : Timeval_Access) return C.int;
function C_Send