Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
9c4985ee
Commit
9c4985ee
authored
Apr 17, 1999
by
Per Cederqvist
Browse files
(isc_relocate_fd): New function. This is still a dummy implementation.
parent
65728e50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/src/isc_relocate.c
0 → 100644
View file @
9c4985ee
/*
** isc_relocate.c Relocate file descriptors
**
** Copyright (c) 1999 Lysator Academic Computer Association.
**
*/
#ifdef HAVE_STDARG_H
# include <stdarg.h>
#endif
#include
<sys/types.h>
#include
<sys/socket.h>
#include
"isc.h"
#include
"intern.h"
int
isc_relocate_fd
(
int
fd
,
int
limit
)
{
if
(
limit
==
0
)
return
fd
;
/* FIXME: magic ioctl here */
return
fd
;
}
Write
Preview
Supports
Markdown
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