summaryrefslogtreecommitdiff
path: root/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'attr.c')
-rw-r--r--attr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/attr.c b/attr.c
index 1f3f996..418c3e8 100644
--- a/attr.c
+++ b/attr.c
@@ -67,8 +67,6 @@ pthread_attr_setstackaddr(pthread_attr_t *attr,
{
return EINVAL;
}
-
- /* FIXME: it does not look like Win32 permits this. */
return ENOSYS;
}
@@ -80,8 +78,6 @@ pthread_attr_getstackaddr(const pthread_attr_t *attr,
{
return EINVAL;
}
-
- /* FIXME: it does not look like Win32 permits this. */
return ENOSYS;
}