Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: src/trusted/service_runtime/include/sys/unistd.h

Issue 1235633004: DON'T USE THIS -- Providing some missing POSIX File syscalls. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/service_runtime/include/sys/time.h ('k') | src/trusted/service_runtime/nacl_syscall_list.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/include/sys/unistd.h
diff --git a/src/trusted/service_runtime/include/sys/unistd.h b/src/trusted/service_runtime/include/sys/unistd.h
index d6413a16d5a2acdb89c86fdf62ef038395193a4c..61f94811a4a66e9019ed31e1179c8bce93d3fbb3 100644
--- a/src/trusted/service_runtime/include/sys/unistd.h
+++ b/src/trusted/service_runtime/include/sys/unistd.h
@@ -63,9 +63,7 @@ int _EXFUN(execlp, (const char *__file, const char *, ... ));
int _EXFUN(execv, (const char *__path, char * const __argv[] ));
int _EXFUN(execve, (const char *__path, char * const __argv[], char * const __envp[] ));
int _EXFUN(execvp, (const char *__file, char * const __argv[] ));
-#if defined(__CYGWIN__) || defined(__rtems__) || defined(__SPU__)
int _EXFUN(fchdir, (int __fildes));
-#endif
int _EXFUN(fchmod, (int __fildes, mode_t __mode ));
#if !defined(__INSIDE_CYGWIN__)
int _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
« no previous file with comments | « src/trusted/service_runtime/include/sys/time.h ('k') | src/trusted/service_runtime/nacl_syscall_list.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698