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
LSH
lsh
Commits
cb062789
Commit
cb062789
authored
Feb 28, 2006
by
Niels Möller
Browse files
(SHUT_RD_UNIX, SHUT_WR_UNIX, SHUT_RD_WR_UNIX): Deleted.
Rev: src/io.h:1.110.2.12
parent
fb664181
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.h
View file @
cb062789
...
...
@@ -26,8 +26,7 @@
#include <time.h>
#include <netdb.h>
/* For sig_atomic_t */
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
...
...
@@ -128,10 +127,6 @@ make_address_info(struct lsh_string *host,
struct
address_info
*
io_lookup_address
(
const
char
*
ip
,
const
char
*
service
);
#if 0
struct address_info *
fd2info(struct lsh_fd *fd, int side);
#endif
struct
address_info
*
sockaddr2info
(
size_t
addr_len
,
...
...
@@ -155,9 +150,6 @@ io_resolv_address(const char *host, const char *service,
int
write_raw
(
int
fd
,
uint32_t
length
,
const
uint8_t
*
data
);
const
struct
exception
*
read_raw
(
int
fd
,
uint32_t
length
,
uint8_t
*
data
);
struct
lsh_string
*
io_read_file_raw
(
int
fd
,
uint32_t
guess
);
...
...
@@ -245,16 +237,4 @@ lsh_popd(int old_cd, const char *directory);
#define SHUT_RD_WR 2
#endif
#ifndef SHUT_RD_UNIX
#define SHUT_RD_UNIX SHUT_RD
#endif
#ifndef SHUT_WR_UNIX
#define SHUT_WR_UNIX SHUT_WR
#endif
#ifndef SHUT_RD_WR_UNIX
#define SHUT_RD_WR_UNIX SHUT_RD_WR
#endif
#endif
/* LSH_IO_H_INCLUDED */
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