mirror of
				https://github.com/tailix/libkernaux.git
				synced 2025-10-30 23:47:50 -04:00 
			
		
		
		
	Main: remove "libc/include/errno.h"
This commit is contained in:
		
							parent
							
								
									ee393292d6
								
							
						
					
					
						commit
						423d3c4902
					
				
					 6 changed files with 0 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -10,6 +10,5 @@ endif
 | 
			
		|||
 | 
			
		||||
libc_la_SOURCES = \
 | 
			
		||||
	src/ctype.c \
 | 
			
		||||
	src/errno.c \
 | 
			
		||||
	src/stdlib.c \
 | 
			
		||||
	src/string.c
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
nobase_include_HEADERS = \
 | 
			
		||||
	ctype.h \
 | 
			
		||||
	errno.h \
 | 
			
		||||
	inttypes.h \
 | 
			
		||||
	setjmp.h \
 | 
			
		||||
	stdlib.h \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,16 +0,0 @@
 | 
			
		|||
#ifndef _ERRNO_H
 | 
			
		||||
#define _ERRNO_H 1
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define ERANGE 1
 | 
			
		||||
 | 
			
		||||
extern int errno;
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			@ -1,7 +0,0 @@
 | 
			
		|||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
 | 
			
		||||
int errno = 0;
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue