libio: Improve fortify with clang
[glibc.git] / include / gshadow.h
blob95f8f950a9b2fae62beaf1c1640f52af9fc793bd
1 #ifndef _GSHADOW_H
2 #include <nss/gshadow.h>
4 # ifndef _ISOMAC
6 extern int __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer,
7 size_t buflen, struct sgrp **result)
8 attribute_hidden;
9 extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
10 char *buffer, size_t buflen, struct sgrp **result)
11 attribute_hidden;
13 # endif /* !_ISOMAC */
14 #endif