summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/unistd.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-06-20 17:30:58 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-06-20 17:30:58 +0000
commitf75c75183f83ea143e9ce10b34d22ab06e401032 (patch)
tree86dad53737368369013adef0b9033c2faffcdeb7 /newlib/libc/include/sys/unistd.h
parent38ebd2a6c02c8332005ffbe1c36f0458e4de3cab (diff)
downloadcygnal-f75c75183f83ea143e9ce10b34d22ab06e401032.tar.gz
cygnal-f75c75183f83ea143e9ce10b34d22ab06e401032.tar.bz2
cygnal-f75c75183f83ea143e9ce10b34d22ab06e401032.zip
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* libc/include/sys/unistd.h[__SPU__]: Make fchdir prototype visible. * libc/include/sys/stat.h[__SPU__]: Make mknod and lstat prototypes visible.
Diffstat (limited to 'newlib/libc/include/sys/unistd.h')
-rw-r--r--newlib/libc/include/sys/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h
index a43263935..bab8734e9 100644
--- a/newlib/libc/include/sys/unistd.h
+++ b/newlib/libc/include/sys/unistd.h
@@ -46,7 +46,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__)
+#if defined(__CYGWIN__) || defined(__rtems__) || defined(__SPU__)
int _EXFUN(fchdir, (int __fildes));
#endif
int _EXFUN(fchmod, (int __fildes, mode_t __mode ));