diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-01 09:01:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-01 09:01:49 +0000 |
commit | 2f8033d6067fff3e7d77bb2174a9564bd7199cea (patch) | |
tree | 338cc27cac49feff7928918f6f78b7bc9e129993 /ChangeLog | |
parent | 5de9ba232c42a03b7c9839f9ed907a24d63d7c78 (diff) | |
download | glibc-2f8033d6067fff3e7d77bb2174a9564bd7199cea.tar.gz glibc-2f8033d6067fff3e7d77bb2174a9564bd7199cea.tar.xz glibc-2f8033d6067fff3e7d77bb2174a9564bd7199cea.zip |
Sat Apr 1 00:08:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero if undefined. * string/strxfrm.c: Just copy the string (for now). * string/strcoll.c: Just call strcmp (for now). * mach/Makefile (lock): Add mutex-init. * mach/mutex-solid.c (_cthread_mutex_lock_routine, _cthread_mutex_unlock_routine): Variables removed. (__mutex_lock_solid, __mutex_unlock_solid): Don't use them; just stub. (__mutex_init): Function moved to new file mutex-init.c. * mach/mutex-init.c: New file, broken out of mutex-solid.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d23dc9cb9..9b3e48abcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Sat Apr 1 00:08:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero + if undefined. + + * string/strxfrm.c: Just copy the string (for now). + * string/strcoll.c: Just call strcmp (for now). + + * mach/Makefile (lock): Add mutex-init. + * mach/mutex-solid.c (_cthread_mutex_lock_routine, + _cthread_mutex_unlock_routine): Variables removed. + (__mutex_lock_solid, __mutex_unlock_solid): Don't use them; just stub. + (__mutex_init): Function moved to new file mutex-init.c. + * mach/mutex-init.c: New file, broken out of mutex-solid.c. + Thu Mar 30 20:43:02 1995 Brendan Kehoe <brendan@zen.org> * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST. |