- Timestamp:
- Aug 29, 2008 5:49:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp
r11838 r11840 49 49 * Read the /proc/<pid>/path/a.out link, convert to native and return it. 50 50 */ 51 char szProcFile[80] 51 char szProcFile[80]; 52 52 RTStrPrintf(szProcFile, sizeof(szProcFile), "/proc/%ld/path/a.out", (long)getpid()); 53 53 int cchLink = readlink(szProcFile, pszPath, cchPath - 1);
Note:
See TracChangeset
for help on using the changeset viewer.