X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.c;fp=fd.c;h=17d56651a087bfe32c00d124eeb95d57458263dd;hb=a00170132c28eeea61033d820c22e8d48d35a0fd;hp=fd6ef7dcbcac876dbf516a97cb9c0d5b25705cd1;hpb=41c4262daac7908ad77896e862811c4b34fe0532;p=osl.git diff --git a/fd.c b/fd.c index fd6ef7d..17d5665 100644 --- a/fd.c +++ b/fd.c @@ -182,20 +182,6 @@ close_cwd: return ret; } -/** - * A wrapper for fchdir(). - * - * \param fd An open file descriptor. - * - * \return Standard. - */ -int para_fchdir(int fd) -{ - if (fchdir(fd) < 0) - return -ERRNO_TO_ERROR(errno); - return 1; -} - /** * Open a file and map it into memory. *