Libs/newlib: Fix sys/ksys.h warnings #93
No reviewers
Labels
No Label
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Kind
Bug
Kind
Build
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#93
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Egor00f/kolibrios:Libs-newlib-Fix-sys-ksys.h-warnings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a remastered version of other pull request
I'm not sure if these changes make sense now. There was a plan to move ports to a separate repository.
There is an idea to unify with system calls on
fasm
. The idea is to write a macrosyscall(eax, ebx, ecx, edx, esi, edi, ebp)
, similar to Linux. This way we can solve the problem with documentation. That is, all structures/constants will be common.ok
Checkout
From your project repository, check out a new branch and test the changes.