- Timestamp:
- Feb 4, 2006, 7:08:23 PM (20 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 3 edited
-
ChangeLog.LIBC (modified) (1 diff)
-
include/os2emx.h (modified) (1 diff)
-
src/lib/sys/b_panic.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2518 r2519 9 9 o #25: Ensure correct address length returns from recvmsg and recvfrom. 10 10 - libc: 11 11 12 o #33: Fixed a return path in __libc_back_signalWait which didn't reacquire the semaphore. 12 13 o #32: Fixed incorrect readdir_r return code when out of files. -
branches/libc-0.6/src/emx/include/os2emx.h
r2273 r2519 13467 13467 13468 13468 13469 13470 13471 13472 13473 13474 13475 13476 13477 13478 13479 13480 13481 13482 13483 13484 13485 13486 13469 13487 #ifdef INCL_EXAPIS 13470 13488 -
branches/libc-0.6/src/emx/src/lib/sys/b_panic.c
r2321 r2519 4 4 * LIBC SYS Backend - panic. 5 5 * 6 * Copyright (c) 2005 knut st. osmundsen <[email protected]>6 * Copyright (c) 2005 knut st. osmundsen <[email protected]> 7 7 * 8 8 * … … 30 30 * Header Files * 31 31 *******************************************************************************/ 32 32 33 #define INCL_BASE 33 34 #define INCL_ERRORS 34 35 #define INCL_FSMACROS 36 35 37 #define _GNU_SOURCE 36 38 #include <string.h> 37 39 #include <InnotekLIBC/backend.h> 38 40 #include <InnotekLIBC/sharedpm.h> 39 #define __LIBC_LOG_GROUP __LIBC_LOG_GRP_NOGROUP40 41 #include <InnotekLIBC/logstrict.h> 41 42 #include <os2emx.h> … … 185 186 BOOL fQuiet = FALSE; 186 187 BOOL fVerbose = TRUE; 187 BOOL fBreakpoint = FALSE;188 BOOL fBreakpoint = E; 188 189 BOOL fDumpProcess = TRUE; 189 190 const char *pszPanicCfg = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
