mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	These functions should eventually have the same type, so it makes sense to declare them together. Tested-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			384 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			384 B
		
	
	
	
		
			C
		
	
	
	
	
	
#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)
 | 
						|
     attribute_hidden;
 | 
						|
extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
 | 
						|
			  char *buffer, size_t buflen, struct sgrp **result)
 | 
						|
     attribute_hidden;
 | 
						|
 | 
						|
# endif /* !_ISOMAC */
 | 
						|
#endif
 |