This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libc
/
unistd
History
Gregory Nutt
1018296e27
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
..
lib_access.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_chdir.c
…
lib_execl.c
Oop.. forgot a semicolon in a preceding commit
2015-02-09 11:16:01 -06:00
lib_getcwd.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_getopt.c
…
lib_getoptargp.c
…
lib_getoptindp.c
…
lib_getoptoptp.c
…
lib_sleep.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_usleep.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
Make.defs
From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function.
2014-11-11 11:52:24 -06:00