Subversion Repositories shark

Rev

Rev 2 | Go to most recent revision | Blame | 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()));
}