Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#include <fs/types.h>
#include <fs/task.h>
#include "file.h"
#include "fs.h"
__mode_t k_getumask(void)
{
call_to_fs();
return_from_fs(*umask_ptr(__get_pid()));
}