This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: fix make-syscalls.sh for MIPS _llseek



Thanks for the patch.  mips compiles again fine (so far) for me after
having just committed a patch for a simple typo.

Andreas

2000-07-10  Andreas Jaeger  <aj@suse.de>

        * sysdeps/unix/sysv/linux/sigaction.c: Fix typo
        (string_alias->strong_alias).

Index: sysdeps/unix/sysv/linux/sigaction.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sigaction.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sigaction.c	2000/07/07 02:19:05	1.16
+++ sigaction.c	2000/07/10 07:11:09	1.17
@@ -133,5 +133,5 @@
 #endif
 }
 
-string_alias (__libc_sigaction, __sigaction)
+strong_alias (__libc_sigaction, __sigaction)
 weak_alias (__libc_sigaction, sigaction)


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]