mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 04:31:56 +00:00
legacy junk compatibility grab-bag
- add the rest of the junk traditionally in sys/param.h - add prototypes for some nonstandard functions - add _GNU_SOURCE to their source files so the compiler can check proto
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <termios.h>
|
||||
|
||||
void cfmakeraw(struct termios *t)
|
||||
|
Reference in New Issue
Block a user