USB device can now be unbind
[AROS.git] / compiler / stdc / __stdc_fpuprivate.c
blobef8a453b531d62d5767df1e85dea7d2b455b2e28
1 /*
2 Copyright © 2018, The AROS Development Team. All rights reserved.
3 $Id$
5 Platforms that use softfloat support should implement these
6 functions to correctly share interpretations between the softfloat implementation
7 and fenv.
8 */
9 #include <libraries/stdc.h>
11 void *__stdc_get_fpuprivate(void)
13 return NULL;
16 void *__stdc_set_fpuprivate(void *_fpuprivate)
18 return NULL;