看板 DFBSD_commit 關於我們 聯絡資訊
commit 509a01fadd1261181b7a24120d78706415c412c0 Author: Sascha Wildner <saw@online.de> Date: Sun Aug 1 11:02:12 2010 +0200 Mark the *at(2) system calls' prototypes as being new in IEEE 1003.1-2008. This is to prevent them from being exposed if an earlier version is explicitly requested. Mark them with __BSD_VISIBLE too so they are still exposed in our default programming environment. Summary of changes: include/unistd.h | 8 +++++++- sys/sys/fcntl.h | 2 ++ sys/sys/stat.h | 4 ++++ 3 files changed, 13 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/509a01fadd1261181b7a24120d78706415c412c0 -- DragonFly BSD source repository