Changeset 1044
- Timestamp:
- Jan 24, 2004, 11:28:37 PM (22 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/error.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1043 r1044 18 18 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 19 02111-1307 USA. */ 20 21 /** @file 22 * GLIBC v2.3.2 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.1
to1.2
r1043 r1044 102 102 # endif 103 103 104 #ifndef __EMX__ 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 #else 109 /* Use the BSD _getprogname() which the Innotek LIBC also implements. 110 Using this save the time used to maintain the two program_* vars 111 which GLIBC have. */ 112 extern const char *_getprogname(void); 113 #define program_name _getprogname() 114 #endif 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.42
to1.43
r1043 r1044 66 66 "_optreset" @46 67 67 "___progname" @47 68 "_ sys_nsig" @4869 "_ sys_siglist" @4970 "_ sys_signame" @5068 "_error_message_count" @48 69 "_error_one_per_line" @49 70 "_error_print_progname" @50 71 71 72 72 73 ; code 73 ; code - and const 74 74 "__CRT_init" @101 75 75 "__CRT_term" @102 … … 991 991 "___spawni" @1018 992 992 "_strsignal" @1019 993 "_error" @1020 994 "_error_at_line" @1021 995 "_sys_nsig" @1022 996 "_sys_siglist" @1023 997 "_sys_signame" @1024 998 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/libc.smak
-
Property cvs2svn:cvs-rev
changed from
1.31
to1.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 -DHAVE_CONFIG_H -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.