Add sysdeps/ieee754/soft-fp.
[glibc.git] / include / gshadow.h
blobaa6a5a693e98eab0efba81c71628543e1f2425fa
1 #ifndef _GSHADOW_H
2 #include <gshadow/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 struct parser_data;
14 extern int _nss_files_parse_sgent (char *line, struct sgrp *result,
15 struct parser_data *data,
16 size_t datalen, int *errnop);
17 libc_hidden_proto (_nss_files_parse_sgent)
19 # endif /* !_ISOMAC */
20 #endif