1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Changed wait_select() to waitselect().

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15095 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-04-07 15:45:49 +00:00
parent 91b4f288f9
commit bbea0a86bd
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: socket_wait_select.c,v 1.1 2006-04-05 07:53:24 obarthel Exp $
* $Id: socket_wait_select.c,v 1.2 2006-04-07 15:45:48 obarthel Exp $
*
* :ts=4
*
@ -42,7 +42,7 @@
/****************************************************************************/
int
wait_select(int num_fds,fd_set *read_fds,fd_set *write_fds,fd_set *except_fds,struct timeval *timeout,ULONG * signal_mask)
waitselect(int num_fds,fd_set *read_fds,fd_set *write_fds,fd_set *except_fds,struct timeval *timeout,ULONG * signal_mask)
{
int result;