Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1806)

Unified Diff: src/process-manager/simu-unistd.h

Issue 41049: rev 4595 add simu_{fgetc,fgets,writev,ferror,fcntl,setbuf,setbuffer,getopt_long_r}
Patch Set: Created 14 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/process-manager/simu-unistd.h
===================================================================
--- a/src/process-manager/simu-unistd.h
+++ b/src/process-manager/simu-unistd.h
@@ -8,6 +8,7 @@
#endif
ssize_t simu_write (int fd, const void *buf, size_t count);
+ssize_t simu_writev (int fd, const struct iovec *iov, int iovcnt);
ssize_t simu_read (int fd, void *buf, size_t count);
void simu_exit (int status);
unsigned int simu_sleep(unsigned int seconds);
@@ -16,6 +17,8 @@
int simu_pause (void);
int simu_getopt_r (int argc, char * const argv[], const char *optstring,
char **poptarg, int *poptind, int *popterr, int *poptopt);
+int simu_getopt_long_r (int argc, char * const argv[], const char *optstring,
+ const struct option *longopts, int *longindex);
uid_t simu_getuid(void);
uid_t simu_geteuid(void);
int simu_setuid(uid_t uid);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b