File: dummy.h

package info (click to toggle)
postit 0.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 218
  • sloc: ansic: 753; sh: 243; makefile: 61
file content (27 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#define accept          term_accept
#define bind            term_bind
#define chroot          term_chroot
#define close           term_close
#define connect         term_connect
#define dup             term_dup
#define dup2            term_dup2
#define fcntl           term_fcntl
#define fork            term_fork
#define gethostbyname   term_gethostbyname
#define gethostbyaddr   term_gethostbyaddr
#define gethostname     term_gethostname
#define getpeername     term_getpeername
#define getsockname     term_getsockname
#define listen          term_listen
#define perror  	term_perror
#define rcmd            term_rcmd
#define recv            term_recv
#define recvfrom        term_recvfrom
#define send            term_send
#define sendto          term_sendto
#define shutdown        term_shutdown
#define socket          term_socket
#define strerror	term_strerror
#ifndef vfork
#define vfork           term_vfork
#endif /* vfork */