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/AIO_PRIO_DELTA_MAX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/limits/AIO_PRIO_DELTA_MAX.c') diff --git a/src/limits/AIO_PRIO_DELTA_MAX.c b/src/limits/AIO_PRIO_DELTA_MAX.c index d846a502..06a20264 100644 --- a/src/limits/AIO_PRIO_DELTA_MAX.c +++ b/src/limits/AIO_PRIO_DELTA_MAX.c @@ -1,5 +1,5 @@ #include -/* #undefine AIO_PRIO_DELTA_MAX */ +/* #undef AIO_PRIO_DELTA_MAX */ /* MIN: 0 */ /* MAY-BE-UNDEFINED */ /** maximum amount a process can decrease its own asynchronous I/O priority **/ -- cgit v1.2.1