unistd: fix typo
authorEric Blake <ebb9@byu.net>
Wed, 30 Dec 2009 23:14:05 +0000 (16:14 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 31 Dec 2009 04:05:10 +0000 (21:05 -0700)
commitc47e75a9f63b854386e232dac1787fe3363c4e97
treeff02b1ef1606cd652db3634685667858b08fb1e9
parent9ed1bc83fbc798b1131ca0ac558cf960279cde56
unistd: fix typo

This typo ended up incompatibly re-defining the macro link()
during -DGNULIB_POSIXCHECK=1.  However, gcc's pragma system_header
squelches that particular warning, so this typo went unnoticed.

* lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/unistd.in.h