X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffcntl.in.h;h=84ae3eeaa1d43f77d16d8c1540e7b894fab9051b;hb=dd5c6076e60de0237ab75d5a3a77070231d6c0fd;hp=ceaa9ba5d4eabc05e8039a8ced74965df6b6b430;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/fcntl.in.h b/lib/fcntl.in.h index ceaa9ba5d..84ae3eeaa 100644 --- a/lib/fcntl.in.h +++ b/lib/fcntl.in.h @@ -177,12 +177,12 @@ _GL_WARN_ON_USE (openat, "openat is not portable - " /* Fix up the O_* macros. */ #if !defined O_DIRECT && defined O_DIRECTIO -/* Tru64 spells it `O_DIRECTIO'. */ +/* Tru64 spells it 'O_DIRECTIO'. */ # define O_DIRECT O_DIRECTIO #endif #if !defined O_CLOEXEC && defined O_NOINHERIT -/* Mingw spells it `O_NOINHERIT'. */ +/* Mingw spells it 'O_NOINHERIT'. */ # define O_CLOEXEC O_NOINHERIT #endif