Skip to content

Commit

Permalink
Remove include of internal glibc header (#3248)
Browse files Browse the repository at this point in the history
This header does not exist on musl because it is not a standard header.
  • Loading branch information
celskeggs authored and LeStarch committed Feb 26, 2025
1 parent c5696bd commit a4b7e74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions STest/STest/Random/bsd_random.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
// acknowledged.
// ======================================================================


#include <sys/cdefs.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit a4b7e74

Please sign in to comment.