Mark __libc_resp with attribute_tls_model_ie for consistency with __resp
[glibc/nacl-glibc.git] / misc / vm86.c
blob7bee874924d90493f67c0d6e3c478e9cb9288971
2 #include <errno.h>
3 #include <sys/vm86.h>
5 int vm86 (unsigned long int __subfunction,
6 struct vm86plus_struct *__info)
8 errno = ENOSYS;
9 return -1;