| 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 ));
|
|
|