summaryrefslogtreecommitdiff
path: root/include/gshadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gshadow.h')
-rw-r--r--include/gshadow.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/gshadow.h b/include/gshadow.h
index 8a981f688a..aa6a5a693e 100644
--- a/include/gshadow.h
+++ b/include/gshadow.h
@@ -1,10 +1,14 @@
#ifndef _GSHADOW_H
#include <gshadow/gshadow.h>
+# ifndef _ISOMAC
+
extern int __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer,
- size_t buflen, struct sgrp **result);
+ size_t buflen, struct sgrp **result)
+ attribute_hidden;
extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
- char *buffer, size_t buflen, struct sgrp **result);
+ char *buffer, size_t buflen, struct sgrp **result)
+ attribute_hidden;
struct parser_data;
extern int _nss_files_parse_sgent (char *line, struct sgrp *result,
@@ -12,4 +16,5 @@ extern int _nss_files_parse_sgent (char *line, struct sgrp *result,
size_t datalen, int *errnop);
libc_hidden_proto (_nss_files_parse_sgent)
+# endif /* !_ISOMAC */
#endif