mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	* sysdeps/unix/sysv/linux/structsem.sym: Add SEM_VALUE_MAX. * sysdeps/unix/sysv/linux/sem_post.c: Don't overflow value field. * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.
		
			
				
	
	
		
			14 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #include <errno.h>
 | |
| 
 | |
| -- These errno codes are used by some assembly code.
 | |
| 
 | |
| EAGAIN		EAGAIN
 | |
| EBUSY		EBUSY
 | |
| EDEADLK		EDEADLK
 | |
| EINTR		EINTR
 | |
| EINVAL		EINVAL
 | |
| ENOSYS		ENOSYS
 | |
| EOVERFLOW	EOVERFLOW
 | |
| ETIMEDOUT	ETIMEDOUT
 | |
| EWOULDBLOCK	EWOULDBLOCK
 |