diff options
author | jilles <jilles@FreeBSD.org> | 2009-10-11 20:19:45 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2009-10-11 20:19:45 +0000 |
commit | 874a086f97722040e7f0823d373523c366576960 (patch) | |
tree | dc8fbc20c11448869545373007df675e0e5c9bae /lib/libc/include/un-namespace.h | |
parent | 3ec32537668ad3e5bf682fd223b5298fa8c172ad (diff) | |
download | FreeBSD-src-874a086f97722040e7f0823d373523c366576960.zip FreeBSD-src-874a086f97722040e7f0823d373523c366576960.tar.gz |
Make openat(2) a cancellation point.
This is required by POSIX and matches open(2).
Reviewed by: kib, jhb
MFC after: 1 month
Diffstat (limited to 'lib/libc/include/un-namespace.h')
-rw-r--r-- | lib/libc/include/un-namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index 6b7f49a..00f0df2 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -61,6 +61,7 @@ #undef listen #undef nanosleep #undef open +#undef openat #undef poll #undef pthread_atfork #undef pthread_attr_destroy |