mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	2001-06-07 Mark Kettenis <kettenis@gnu.org> * grp/initgroups.c (initgroups): Factor out re-usable code into... (internal_getgrouplist): ... new function. (getgrouplist): New function. * grp/grp.h (getgrouplist): New prototype. * grp/Versions [2.2.4]: Add getgrouplist. 2001-06-16 Ulrich Drepper <drepper@redhat.com> * inet/netinet/ip6.h: Fix comments in ip6_hdr. Patch by Pekka Savola <pekkas@netcore.fi>.
		
			
				
	
	
		
			32 lines
		
	
	
		
			401 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			401 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
libc {
 | 
						|
  GLIBC_2.0 {
 | 
						|
    # e*
 | 
						|
    endgrent;
 | 
						|
 | 
						|
    # f*
 | 
						|
    fgetgrent; fgetgrent_r;
 | 
						|
 | 
						|
    # g*
 | 
						|
    getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
 | 
						|
    getgroups;
 | 
						|
 | 
						|
    # i*
 | 
						|
    initgroups;
 | 
						|
 | 
						|
    # s*
 | 
						|
    setgrent; setgroups;
 | 
						|
  }
 | 
						|
  GLIBC_2.1 {
 | 
						|
    # p*
 | 
						|
    putgrent;
 | 
						|
  }
 | 
						|
  GLIBC_2.1.2 {
 | 
						|
    # g*
 | 
						|
    getgrent_r; getgrgid_r; getgrnam_r;
 | 
						|
  }
 | 
						|
  GLIBC_2.2.4 {
 | 
						|
    # g*
 | 
						|
    getgrouplist;
 | 
						|
  }
 | 
						|
}
 |