Define _GNU_SOURCE in bin/pattyd.c for ptsname()

This commit is contained in:
XANTRONIX Development 2020-09-04 23:01:03 -05:00 committed by XANTRONIX Industrial
parent 89b0ed7dc7
commit d78eee7113

View file

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>