diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 1859a3f09..4561ef6a5 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -261,10 +261,10 @@ int xopen(const char *pathname, int flags); | |||
261 | int xopen3(const char *pathname, int flags, int mode); | 261 | int xopen3(const char *pathname, int flags, int mode); |
262 | int open_or_warn(const char *pathname, int flags); | 262 | int open_or_warn(const char *pathname, int flags); |
263 | int open3_or_warn(const char *pathname, int flags, int mode); | 263 | int open3_or_warn(const char *pathname, int flags, int mode); |
264 | void xpipe(int filedes[2]); | ||
264 | off_t xlseek(int fd, off_t offset, int whence); | 265 | off_t xlseek(int fd, off_t offset, int whence); |
265 | off_t fdlength(int fd); | 266 | off_t fdlength(int fd); |
266 | 267 | ||
267 | |||
268 | int xsocket(int domain, int type, int protocol); | 268 | int xsocket(int domain, int type, int protocol); |
269 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen); | 269 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen); |
270 | void xlisten(int s, int backlog); | 270 | void xlisten(int s, int backlog); |