1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 01:17:45 +00:00

Ports: Add The Powder Toy port

This commit is contained in:
circl 2022-03-19 16:59:12 +01:00 committed by Linus Groh
parent adcd39d928
commit 0865a06ef5
5 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Patches for powdertoy on SerenityOS
## `0001-malloc.h-doesn-t-exist-on-Serenity-but-the-code-only.patch`
malloc.h doesn't exist on Serenity, but the code only checks for macOS and BSDs
## `0002-Open-links-and-directories-using-open-1.patch`
Open links and directories using open(1)