Skip to content

Commit

Permalink
internal linkage of external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Listeria monocytogenes committed Sep 6, 2024
1 parent 10b01ba commit 65ede4d
Show file tree
Hide file tree
Showing 30 changed files with 2,300 additions and 1,797 deletions.
2 changes: 1 addition & 1 deletion src/external/RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -4498,7 +4498,7 @@ static int anonymous_shm_open(void) {
return -1;
}

int create_shm_file(off_t size) {
static int create_shm_file(off_t size) {
int fd = anonymous_shm_open();
if (fd < 0) {
return fd;
Expand Down
Loading

0 comments on commit 65ede4d

Please sign in to comment.