From a16fb277f9a794ceee6755e5d41458fa1ac38989 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 23 Feb 2019 13:57:16 -0500 Subject: fix undef syntax --- src/limits/IOV_MAX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/limits/IOV_MAX.c') diff --git a/src/limits/IOV_MAX.c b/src/limits/IOV_MAX.c index b25cc074..2fb367bd 100644 --- a/src/limits/IOV_MAX.c +++ b/src/limits/IOV_MAX.c @@ -1,5 +1,5 @@ #include -/* #undefine IOV_MAX */ +/* #undef IOV_MAX */ /* MIN: _XOPEN_IOV_MAX */ /* MAY-BE-UNEFINED */ /** maximum number of struct(iovec) structures a single process can use in calls to fn(readv) and fn(writev) **/ -- cgit v1.2.1