X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.c;fp=fd.c;h=95976d6817fba4e6571f4a2ac3eab3673af18353;hb=093138ba762b3179f4d0375bbaf4250b9e016289;hp=13708ac64f3e4b490703408dd371fcd504eb5f43;hpb=870ae3efcc4380494f1f77676c2bdc9542814e2a;p=osl.git diff --git a/fd.c b/fd.c index 13708ac..95976d6 100644 --- a/fd.c +++ b/fd.c @@ -144,21 +144,6 @@ int para_fchdir(int fd) return 1; } -/** - * A wrapper for mkdir(2). - * - * \param path Name of the directory to create. - * \param mode The permissions to use. - * - * \return Standard. - */ -int para_mkdir(const char *path, mode_t mode) -{ - if (!mkdir(path, mode)) - return 1; - return -ERRNO_TO_ERROR(errno); -} - /** * Open a file and map it into memory. *