blob: ef8c5394a909d0d07b9d2cec46933f967c6b45ea [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -fPIC" } */
/* { dg-require-effective-target tls } */
extern __thread int h_errno;
int *
__h_errno_location (void)
{
return &h_errno;
}