]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/mkdirat.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / io / mkdirat.c
index 7ba3145d1b770efcdbe147b84ca56274c6ea379e..4b14e33dff027a9b2d324bf003aabfc58aacb8ad 100644 (file)
 
 /* Create a directory named PATH relative to FD with protections MODE.  */
 int
-mkdirat (fd, path, mode)
-     int fd;
-     const char *path;
-     mode_t mode;
+mkdirat (int fd, const char *path, mode_t mode)
 {
   if (path == NULL)
     {