mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-10 14:49:22 +00:00
Updated libs
This commit is contained in:
@ -26,7 +26,7 @@ else ifeq ($(OSARCH), i686)
|
||||
ASM_ARCH := elf32
|
||||
endif
|
||||
|
||||
CFLAGS := -fPIC -mno-red-zone -I$(INCLUDE)
|
||||
CFLAGS := -fPIC -I$(INCLUDE)
|
||||
|
||||
build: $(OBJECT_NAME)
|
||||
|
||||
|
@ -96,7 +96,7 @@ extern "C"
|
||||
* @param c the single character to print
|
||||
*/
|
||||
PRINTF_VISIBILITY
|
||||
void putchar(char c);
|
||||
int putchar(int c);
|
||||
|
||||
/**
|
||||
* An implementation of the C standard's printf/vprintf
|
||||
|
Reference in New Issue
Block a user