thanks I was looking at the same reference :) I'll post an updated package later today
I had always assumed the SYNOPSIS included all api-related headers apparently they may be limited to just providing the function prototype and types directly required by the prototype On Mon, 8 Mar 2010 19:13:04 +0100 (CET) Petr Salinger wrote: > > what does <fcntl.h> provide to the example below? > #define AT_FDCWD -100 > #define AT_SYMLINK_NOFOLLOW 0x100 > > the posix ref I have only requires <sys/stat.h> > See the online one > http://www.opengroup.org/onlinepubs/9699919799/functions/utimensat.html > http://www.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html > The <fcntl.h> header shall define the following symbolic constant as a > special value used in place of a file descriptor for the *at() functions > which take a directory file descriptor as a parameter: > AT_FDCWD > Use the current working directory to determine the target of relative > file paths. > The <fcntl.h> header shall define the following symbolic constant as a > value for the flag used by fstatat(), fchmodat(), fchownat(), and > utimensat(): > AT_SYMLINK_NOFOLLOW > Do not follow symbolic links. > Cheers > Petr _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
