Welcome to mirror list, hosted at ThFree Co, Russian Federation.

umask.c « go32 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fabe640be38d6a4e1477f6021bc6b6c775caffd (plain)
1
2
3
4
umask()
{
  return 0644;
}