build-many-glibcs.py: Add openrisc hard float glibc variant
[glibc.git] / include / ttyent.h
blob53a66681d2a68f5cda8da3327e2a122e19198b2e
1 #ifndef _TTYENT_H
2 #include <misc/ttyent.h>
4 # ifndef _ISOMAC
6 extern __typeof (getttyent) __getttyent __THROW;
7 libc_hidden_proto (__getttyent)
8 extern __typeof (setttyent) __setttyent __THROW;
9 libc_hidden_proto (__setttyent)
10 extern __typeof (endttyent) __endttyent __THROW;
11 libc_hidden_proto (__endttyent)
13 # endif /* !_ISOMAC */
14 #endif /* ttyent.h */