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
2b2a86a1
Commit
2b2a86a1
authored
Jun 06, 1997
by
Per Cederqvist
Browse files
Don't declare read or write.
parent
662c2fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/src/isc_session.c
View file @
2b2a86a1
...
...
@@ -37,8 +37,6 @@
/*extern void *memset(void *, int, int);*/
extern
int
close
(
int
);
extern
time_t
time
(
time_t
*
);
extern
int
read
(
int
fd
,
char
*
buf
,
int
len
);
extern
int
write
(
int
,
char
*
,
int
);
...
...
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