summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_stat.inl
Commit message (Collapse)AuthorAgeFilesLines
* Removed lot of ACE_OSCALL_RETURN calls, the macro expanded to only the ↵Johnny Willemsen2021-06-281-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method invocation itself * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_arpa_inet.cpp: * ACE/ace/OS_NS_arpa_inet.inl: * ACE/ace/OS_NS_devctl.inl: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/OS_NS_fcntl.cpp: * ACE/ace/OS_NS_fcntl.inl: * ACE/ace/OS_NS_poll.inl: * ACE/ace/OS_NS_regex.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_stropts.inl: * ACE/ace/OS_NS_sys_mman.inl: * ACE/ace/OS_NS_sys_msg.inl: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_shm.inl: * ACE/ace/OS_NS_sys_socket.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_sys_uio.inl: * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/OS_NS_sys_wait.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/OS_NS_wchar.inl: * ACE/ace/OS_TLI.inl:
* Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at allJohnny Willemsen2021-06-281-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Mem_Map.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_arpa_inet.cpp: * ACE/ace/OS_NS_arpa_inet.inl: * ACE/ace/OS_NS_devctl.inl: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/OS_NS_fcntl.cpp: * ACE/ace/OS_NS_fcntl.inl: * ACE/ace/OS_NS_macros.h: * ACE/ace/OS_NS_netdb.inl: * ACE/ace/OS_NS_poll.inl: * ACE/ace/OS_NS_regex.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_stropts.inl: * ACE/ace/OS_NS_sys_mman.inl: * ACE/ace/OS_NS_sys_msg.inl: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_shm.inl: * ACE/ace/OS_NS_sys_socket.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_sys_time.inl: * ACE/ace/OS_NS_sys_uio.inl: * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/OS_NS_sys_wait.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.h: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/OS_NS_wchar.inl: * ACE/ace/OS_TLI.inl: * ACE/ace/config-macros.h: * TAO/TAO_IDL/be/be_helper.cpp:
* Merge pull request #990 from jwillemsen/masterJohnny Willemsen2019-11-061-9/+4
|\ | | | | Minor const and initialisation changes
| * Const changes and directly assign a variableJohnny Willemsen2019-11-061-9/+4
| | | | | | | | * ACE/ace/OS_NS_sys_stat.inl:
* | Use ACE_OS::stat for ACE_OS::filesize.Like Ma2019-11-061-0/+6
|/ | | | | | | | The original ACE_OS::filesize opens file with O_RDONLY, which would fail to open CACHE.DATA of InterSystems Caché in AIX. To open it successfully, it requires O_CIO additionally which is not portable even for AIX.
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-4/+16
| | | | | | | | | | | | | | | | | | | | | | - Added static casts where pid_t is assumed to be an int. - Use configurable macro for the "use_select" parameter. - MQX does not follow conventional standards when it comes to HTONS and NTOHS and must be configured accordingly. - Modified ACE_Handle_Set so that the use of fd_array is not conditional upon ACE_WIN32. It is now enabled through ACE_HANDLE_SET_USES_FD_ARRAY. - Implement UNIX File IO Functions for MQX in MQX_Filesystem.* - Use the existing implementation to simulate condition variables. - Use emulation for diropen on MQX as is done for Windows. - Convert from MQX error to standard error number. - Use _mqx_exit in ACE_OS::_exit for MQX. - Added a nop in ACE_OS::ioctl for MQX. - Added a definition of ACE_TMAIN for MQX so that MQX is initialized and RTCS and the MQX Filesystem code is initialized before calling ace_main_i(). - Fixed a compile error in SOCK_Dgram.cpp introduced months ago. - Use struct initialization to avoid using the l_linger member directly. - Modified ACE_Select_Reactor_Base to use a hash map for handle storage based on ACE_SELECT_REACTOR_BASE_USES_HASH_MAP instead of ACE_WIN32. - Added the IAR compiler to define ACE_NOTREACHED(a) as empty. - Made ACE_IPPROTO_TCP conditionally defined. - Added error values required for ACE. - Skip the wide-character strtok test if ACE_LACKS_WCSTOK is defined in ACE/tests/OS_Test.cpp. - Added the ability to compile tests so that they output to stderr instead of a file.
* Adapt for msvc deprecated API and use their ISO alternativeJohnny Willemsen2015-10-231-0/+4
| | | | | | | | * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/config-win32-msvc-14.h:
* Fix forgetting to close handle in ACE_OS::stat.Like Ma2015-03-231-4/+10
|
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* ChangelogTag: Sat Mar 30 09:30:10 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-03-301-1/+1
|
* Tue Feb 10 18:20:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-101-1/+1
| | | | | | | | | | | | | | | | * ace/config-pharlap.h: Define ACE_HAS_WINSOCK1 to 1 * ace/config-vxworks.h: Added support for VxWorks 6.7 * ace/config-win32-borland.h: Removed support for C++Builder 2007 * ace/os_include/sys/os_types.h: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_unistd.inl: Fixes for VxWorks 6.7
* Fri Oct 17 19:25:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> Johnny Willemsen2008-10-171-3/+4
|
* Thu Oct 16 18:13:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-161-3/+4
|
* ChangeLogTag:Tue Sep 23 15:41:43 2008 Steve Huston <shuston@riverace.com>Steve Huston2008-09-231-3/+4
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+292
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-292/+0
|
* (no commit message)Johnny Willemsen2007-10-271-2/+3
|
* Thu Oct 25 08:26:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-10-251-33/+7
|
* Mon Sep 24 18:58:01 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-09-241-0/+2
|
* ChangeLogTag: Wed Apr 11 12:33:37 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-111-1/+2
|
* Thu Mar 22 19:38:02 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-221-4/+1
|
* ChangeLogTag:Fri Mar 9 00:53:43 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-03-091-0/+4
|
* ChangeLogTag:Mon Oct 30 09:24:42 UTC 2006 Ossama Othman <ossama_othman at ↵Ossama Othman2006-10-301-20/+6
| | | | symantec.com>
* ChangeLogTag:Fri Oct 27 19:28:16 UTC 2006 Ossama Othman <ossama_othman at ↵Ossama Othman2006-10-271-2/+2
| | | | symantec dot com>
* ChangeLogTag:Thu Oct 27 01:59:19 UTC 2006 Ossama Othman <ossama_othman at ↵Ossama Othman2006-10-261-4/+20
| | | | symantec dot com>
* Repo restructuringWilliam R. Otte2006-07-241-0/+311