mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 07:23:23 +00:00
socat V1.6.0.0 (initial GIT commit)
This commit is contained in:
commit
b819572f5e
170 changed files with 59193 additions and 0 deletions
41
xio-fd.h
Normal file
41
xio-fd.h
Normal file
|
@ -0,0 +1,41 @@
|
|||
/* $Id: xio-fd.h,v 1.12 2006/12/28 07:35:50 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2001-2006 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_fd_h_included
|
||||
#define __xio_fd_h_included 1
|
||||
|
||||
extern const struct optdesc opt_append;
|
||||
extern const struct optdesc opt_nonblock;
|
||||
extern const struct optdesc opt_o_ndelay;
|
||||
extern const struct optdesc opt_async;
|
||||
extern const struct optdesc opt_o_binary;
|
||||
extern const struct optdesc opt_o_text;
|
||||
extern const struct optdesc opt_o_noinherit;
|
||||
extern const struct optdesc opt_cloexec;
|
||||
extern const struct optdesc opt_ftruncate32;
|
||||
extern const struct optdesc opt_ftruncate64;
|
||||
extern const struct optdesc opt_group;
|
||||
extern const struct optdesc opt_group_late;
|
||||
extern const struct optdesc opt_perm;
|
||||
extern const struct optdesc opt_perm_late;
|
||||
extern const struct optdesc opt_user;
|
||||
extern const struct optdesc opt_user_late;
|
||||
extern const struct optdesc opt_lseek32_cur;
|
||||
extern const struct optdesc opt_lseek32_end;
|
||||
extern const struct optdesc opt_lseek32_set;
|
||||
extern const struct optdesc opt_lseek64_cur;
|
||||
extern const struct optdesc opt_lseek64_end;
|
||||
extern const struct optdesc opt_lseek64_set;
|
||||
extern const struct optdesc opt_flock_sh;
|
||||
extern const struct optdesc opt_flock_sh_nb;
|
||||
extern const struct optdesc opt_flock_ex;
|
||||
extern const struct optdesc opt_flock_ex_nb;
|
||||
extern const struct optdesc opt_f_setlk_rd;
|
||||
extern const struct optdesc opt_f_setlkw_rd;
|
||||
extern const struct optdesc opt_f_setlk_wr;
|
||||
extern const struct optdesc opt_f_setlkw_wr;
|
||||
extern const struct optdesc opt_cool_write;
|
||||
extern const struct optdesc opt_end_close;
|
||||
|
||||
#endif /* !defined(__xio_fd_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue