summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2001-11-02 18:05:43 +0000
committermike <mike@FreeBSD.org>2001-11-02 18:05:43 +0000
commit3df91ed4db51c6be4fddae3f156823f0bd491a4c (patch)
tree937d4736faa17a6c2aad33562ef0c9e5702ed854 /include/Makefile
parenta7cf9dee8f2c4a3ed37613951634d40b9fb66203 (diff)
downloadFreeBSD-src-3df91ed4db51c6be4fddae3f156823f0bd491a4c.zip
FreeBSD-src-3df91ed4db51c6be4fddae3f156823f0bd491a4c.tar.gz
o Add new header <sys/stdint.h>.
o Make <stdint.h> a symbolic link to <sys/stdint.h>. o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99. o Remove <sys/inttypes.h>. o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h to reflect new location of integer types in <sys/stdint.h>. o Remove previously symbolicly linked <inttypes.h>, instead create a new file. o Add MD headers <machine/_inttypes.h> from NetBSD. o Include <sys/stdint.h> in <inttypes.h>, as required by C99; and include <machine/_inttypes.h> in <inttypes.h>, to fill in the remaining requirements for <inttypes.h>. o Add additional integer types in <machine/ansi.h> and <machine/limits.h> which are included via <sys/stdint.h>. Partially obtain from: NetBSD Tested on: alpha, i386 Discussed on: freebsd-standards@bostonradio.org Reviewed by: bde, fenner, obrien, wollman
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 1c4c867..f5010c8 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -12,7 +12,7 @@ FILES= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \
dirent.h disktab.h \
dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \
fts.h glob.h grp.h \
- hesiod.h histedit.h ieeefp.h ifaddrs.h iso646.h langinfo.h \
+ hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h langinfo.h \
libgen.h limits.h link.h locale.h malloc.h memory.h monetary.h mpool.h \
ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h objformat.h \
paths.h pthread.h pthread_np.h pwd.h \
@@ -37,7 +37,7 @@ PFILES= mqueue.h sched.h semaphore.h # aio.h
# Only for default SHARED=copies case
SFILES= soundcard.h joystick.h
-LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \
+LFILES= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
termios.h ucontext.h
LDIRS= cam net netatalk netatm netgraph netinet netinet6 \
OpenPOWER on IntegriCloud