1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/include
Mike Barcroft 2cd998a25d Change a POSIX conditional to use the new __BSD_VISIBLE macro.
Fix the following style bugs:
o #ifdef, #ifndef, and #undef should be followed by a space, not a
  tab.
o The second level of indentation in prototypes is 4 characters even
  when the function names are indented 1 extra character.
o Type qualifiers that appear next to a * need a seperating space so
  that the qualifier isn't easily confused with parameter names.
  (eg. `char * __restrict' instead of `char *__restrict')

Submitted by:	bde (mostly)
2002-08-16 16:34:26 +00:00
..
arpa Change a POSIX conditional to use the new __BSD_VISIBLE macro. 2002-08-16 16:34:26 +00:00
protocols Change utimes to set the file creation time (for filesystems that 2002-07-17 02:03:19 +00:00
rpc Remove duplicated '__BEGIN_DECLS' which obviated compiling 2002-07-21 20:37:58 +00:00
rpcsvc Assume __STDC__, remove non-__STDC__ code. 2002-05-28 16:56:14 +00:00
_ctype.h Add swidth definition for wchar stuff 2002-08-16 13:42:59 +00:00
a.out.h
ar.h
assert.h
bitstring.h
complex.h
cpio.h Implement the POSIX.1-2001 (XSI) header, <cpio.h>. 2002-08-01 07:18:38 +00:00
ctype.h Add swidth definition for wchar stuff 2002-08-16 13:42:59 +00:00
db.h
dirent.h
dlfcn.h Since POSIX gives us plenary authority to define _t types, change 2002-05-29 19:35:13 +00:00
elf-hints.h
elf.h This header is for Solaris compatibility only (according to David 2002-07-04 11:05:39 +00:00
err.h
fmtmsg.h Fix some style bugs. 2002-08-05 16:37:05 +00:00
fnmatch.h
fstab.h
fts.h
glob.h Update glob(3) to add all the POSIX required options, specifically: 2002-07-17 04:58:09 +00:00
grp.h
hesiod.h
histedit.h Restore local bits lost in recent merge from NetBSD. 2002-06-16 08:29:35 +00:00
ieeefp.h
ifaddrs.h
inttypes.h - Add the 'restrict' qualifier to the function prototypes and 2002-08-15 09:25:04 +00:00
iso646.h
kenv.h
langinfo.h
libgen.h
limits.h
link.h
locale.h
Makefile Implement POSIX.1-2001 (XSI)'s ulimit(3). 2002-08-08 04:50:36 +00:00
malloc.h
math.h
memory.h
monetary.h
mpool.h
ndbm.h
netconfig.h
netdb.h Minor libc internal-only interface change for mapv4v6. 2002-06-26 08:18:42 +00:00
nl_types.h
nlist.h
nsswitch.h
objformat.h
paths.h Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp. 2002-07-14 13:04:15 +00:00
pthread_np.h Reorder prototypes to be in alphabetical order. 2002-05-24 04:35:55 +00:00
pthread.h
pwd.h o Remove include of <sys/types.h>, it adds too much pollution; 2002-06-09 19:39:18 +00:00
ranlib.h
readpassphrase.h
regex.h
regexp.h
resolv.h
rune.h
runetype.h Don't define wchar_t if we are a C++ compiler. 2002-07-09 05:13:30 +00:00
search.h - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001 2002-08-14 21:16:41 +00:00
setjmp.h
sgtty.h
signal.h
stab.h
stdbool.h add a check for GNUC < 3 to typedef bool because gcc 3 always seems to 2002-08-16 07:33:14 +00:00
stddef.h Don't define wchar_t if we are a C++ compiler. 2002-07-09 05:13:30 +00:00
stdio.h - For compliance with IEEE Std 1003.1-2001, add the 'restrict' 2002-08-15 10:28:52 +00:00
stdlib.h - Add the 'restrict' qualifier to the function prototypes and 2002-08-15 09:25:04 +00:00
strhash.h
string.h
stringlist.h
strings.h
sysexits.h
tar.h
time.h - Add the 'restrict' qualifier to the function definition of 2002-08-14 23:20:48 +00:00
timeconv.h Move dillon's time conversion functions to a new header <timeconv.h>. 2002-06-17 01:42:33 +00:00
timers.h
ttyent.h
ulimit.h Implement POSIX.1-2001 (XSI)'s ulimit(3). 2002-08-08 04:50:36 +00:00
unistd.h Support POSIX/SUS ``programming environment'' mistake in confstr(). 2002-07-15 22:21:33 +00:00
utime.h
utmp.h
vis.h
wchar.h Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
wctype.h Whitespace formatting changes: line up macro bodies, function names, 2002-08-06 05:19:33 +00:00