mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	2006-07-30 Roland McGrath <roland@redhat.com>
* include/unistd.h (__pause_nocancel): Add attribute_hidden. * include/time.h (__nanosleep_nocancel): Likewise.
This commit is contained in:
		@@ -163,6 +163,6 @@ extern __pid_t __libc_fork (void);
 | 
			
		||||
   This always returns -1 and sets `errno' to EINTR.  */
 | 
			
		||||
extern int __libc_pause (void);
 | 
			
		||||
/* Not cancelable variant.  */
 | 
			
		||||
extern int __pause_nocancel (void);
 | 
			
		||||
extern int __pause_nocancel (void) attribute_hidden;
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user