Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 09:44:59 +1000
From:      Tim Robbins <tjr@freebsd.org>
To:        freebsd-arch@freebsd.org
Subject:   Macros in <stdio.h>
Message-ID:  <20021014094459.A25812@dilbert.robbins.dropbear.id.au>

next in thread | raw e-mail | index | archive | help
Since revision 1.25 of src/include/stdio.h removed the macro versions of
putc() and getc(), is there any reason why we shouldn't go the whole way
and remove the rest of the macros (*_unlocked()) ?

This would let us make FILE opaque and move the definition of
struct __sFILE into src/lib/libc/stdio/local.h. This would also let us
remove the __sFILEX hack.


Tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021014094459.A25812>