aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/access_at.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor _at functions, add symlink_atLaurent Bercot2025-06-301-21/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-161-1/+1
| | | | | | Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add openc_*at functionsLaurent Bercot2022-05-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Huge incompatible changes.Laurent Bercot2021-07-281-0/+3
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Guard faccessat with HASLINKAT, because SolarisLaurent Bercot2017-11-271-1/+1
|
* Add access_at, because MacOSLaurent Bercot2017-11-271-0/+53