summaryrefslogtreecommitdiff
path: root/userspace/sys
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/sys')
-rw-r--r--userspace/sys/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/sys/sys.c b/userspace/sys/sys.c
index 7dcfaee..ecdf556 100644
--- a/userspace/sys/sys.c
+++ b/userspace/sys/sys.c
@@ -4,12 +4,12 @@
// building binutils required this stubs!
+
long sysconf(int name)
{
return 0;
}
-
mode_t umask(mode_t mask)
{
return mask;