Skip to content

Commit

Permalink
ensure NULL is defined in symbol aliases source
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez authored and mascguy committed Apr 1, 2024
1 parent a1e2bb0 commit f457175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macports_legacy_symbol_aliases.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ void __bzero(void *s, size_t n) { bzero(s, n); }
#if __MP_LEGACY_SUPPORT_SYMBOL__dirfd__
#include <dirent.h>
#include <errno.h>
#include <stddef.h>
/*
The need for this function is highly limited.
Prior to 10.8, `dirfd` was a macro`.
Expand Down

0 comments on commit f457175

Please sign in to comment.