Mercurial > pt1.oyama
view src/mkpath.h @ 185:7a0f498af035 default tip
Fix a race condition.
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Wed, 14 May 2014 22:43:57 +0900 |
parents | 9c7bc6c0327e |
children |
line wrap: on
line source
#ifndef _MKPATH_H_ #define _MKPATH_H_ int mkpath(const char *path, mode_t mode); #endif