Avoid implicit declaration of function ‘syscall’ with -std=c89

This commit is contained in:
Sebastian Pipping 2017-06-07 20:13:54 +02:00
parent 120bbbc8cf
commit ee43797ac9

View File

@ -2,6 +2,8 @@
See the file COPYING for copying permission.
*/
#define _GNU_SOURCE /* syscall prototype */
#include <stddef.h>
#include <string.h> /* memset(), memcpy() */
#include <assert.h>