Changeset 1044 for trunk/src/emx
- Timestamp:
- Jan 24, 2004, 11:28:37 PM (22 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 1 added
- 4 edited
-
include/error.h (modified) (1 diff, 1 prop)
-
src/include/config.h (added)
-
src/lib/lgpl/misc/error.c (modified) (1 diff, 1 prop)
-
src/lib/libc.def (modified) (2 diffs, 1 prop)
-
src/lib/libc.smak (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/error.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r1043 r1044 18 18 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 19 02111-1307 USA. */ 20 21 22 23 20 24 21 25 #ifndef _ERROR_H -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/lgpl/misc/error.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r1043 r1044 102 102 # endif 103 103 104 104 105 /* The calling program should define program_name and set it to the 105 106 name of the executing program. */ 106 107 extern char *program_name; 108 109 110 111 112 113 114 107 115 108 116 # if HAVE_STRERROR_R || defined strerror_r -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/libc.def
-
Property cvs2svn:cvs-rev
changed from
1.42to1.43
r1043 r1044 66 66 "_optreset" @46 67 67 "___progname" @47 68 "_ sys_nsig" @4869 "_ sys_siglist" @4970 "_ sys_signame" @5068 "_" @48 69 "_" @49 70 "_gname" @50 71 71 72 72 73 ; code 73 ; code 74 74 "__CRT_init" @101 75 75 "__CRT_term" @102 … … 991 991 "___spawni" @1018 992 992 "_strsignal" @1019 993 994 995 996 997 998 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/libc.smak
-
Property cvs2svn:cvs-rev
changed from
1.31to1.32
r1043 r1044 29 29 .TSRC := $(libc.TSRC.$(CPU)) $(libc.TSRC) 30 30 .TDEP := $(libc.TDEP.$(CPU)) $(libc.TDEP) 31 .TCF := -I$. -D__DBINTERFACE_PRIVATE -D__NETBSD_SYSCALLS -DPOSIX_MISTAKE - Isrc/lib/bsd/locale31 .TCF := -I$. -D__DBINTERFACE_PRIVATE -D__NETBSD_SYSCALLS -DPOSIX_MISTAKE -Isrc/lib/bsd/locale 32 32 .INSDIR = lib/ 33 33 .TKEEP := 1 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
