summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-08-11 12:07:24 +0000
committered <ed@FreeBSD.org>2012-08-11 12:07:24 +0000
commit362478d3c0bd28967053d21d4ba2a88a97feae01 (patch)
treebcbb40776025f96dc6ce603d533e946cefe70f01 /lib/libc/gen/Makefile.inc
parentd3224b8ca5f865af7b35f0443b1128ba4fa6f1b4 (diff)
downloadFreeBSD-src-362478d3c0bd28967053d21d4ba2a88a97feae01.zip
FreeBSD-src-362478d3c0bd28967053d21d4ba2a88a97feae01.tar.gz
Rename aux.c to auxv.c.
On Windows, AUX is the auxiliary device, usually pointing to COM1. Therefore it is forbidden to create a file named aux.c. To make it a bit easier for Windows users to check out our source code, rename this file to auxv.c. MFC after: 1 month Discussed with: kib Suggested by: Eric van Gyzen <eric vangyzen net>
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 98e8183..2e7a31c 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -7,7 +7,7 @@
SRCS+= __getosreldate.c __xuname.c \
_once_stub.c _pthread_stubs.c _rand48.c _spinlock_stub.c \
_thread_init.c \
- alarm.c arc4random.c assert.c aux.c basename.c check_utility_compat.c \
+ alarm.c arc4random.c assert.c auxv.c basename.c check_utility_compat.c \
clock.c closedir.c confstr.c \
crypt.c ctermid.c daemon.c devname.c dirfd.c dirname.c disklabel.c \
dlfcn.c drand48.c elf_utils.c erand48.c err.c errlst.c errno.c \
OpenPOWER on IntegriCloud