This is the mail archive of the libc-hacker@sourceware.cygnus.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: SPARC and header files


   Date: Thu, 16 Mar 2000 18:19:53 +0100
   From: Jakub Jelinek <jakub@redhat.com>

   2000-03-16  Jakub Jelinek  <jakub@redhat.com>

	   * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New file.
	   * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
	   sigcontext.
	   * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.


One minor nit Jakub.  The GNU conding standards say you should use

   /* This is
      a multine
      comment.  */

instead of

   /* This is
    * a multinline
    * comment.
    */

Mark

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