ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
283 stars 92 forks source link

Add access.c #90

Closed bucanero closed 4 years ago

bucanero commented 4 years ago

related to https://github.com/ps3dev/PSL1GHT/pull/74 and #89 , I was rebuilding the toolchain from scratch and I saw that I forgot to add this change to the newlib patch. 😅

This adds the access.c and adds the access.o to the Makefile so it gets compiled, otherwise the access() function won't be available to psl1ght apps.