From: Roland McGrath Date: Fri, 16 Feb 1996 15:14:24 +0000 (+0000) Subject: Fri Feb 16 10:14:05 1996 Roland McGrath X-Git-Tag: cvs/libc-960217~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c97bb094e60bd100c752234397979d32d89a864;p=thirdparty%2Fglibc.git Fri Feb 16 10:14:05 1996 Roland McGrath * Makeconfig (CFLAGS-.po): Use -pg instead of -p. --- diff --git a/ChangeLog b/ChangeLog index 0bcd29d844c..5e464be6f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 16 10:14:05 1996 Roland McGrath + + * Makeconfig (CFLAGS-.po): Use -pg instead of -p. + Thu Feb 15 13:57:08 1996 Roland McGrath * mach/Machrules: Use -include for $(*.ir). diff --git a/Makeconfig b/Makeconfig index b991f9d4922..cd43132f5ce 100644 --- a/Makeconfig +++ b/Makeconfig @@ -450,7 +450,7 @@ ifeq (yes,$(build-profile)) # Under --enable-profile, we will build a static library of profiled objects. # The profiled object files are named foo.po. object-suffixes += .po -CFLAGS-.po = -p +CFLAGS-.po = -pg libtype.po = lib%_p.a endif ifeq (yes,$(build-omitfp)) diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c index bd91389ad7f..33a7e094ecc 100644 --- a/hurd/hurdioctl.c +++ b/hurd/hurdioctl.c @@ -127,7 +127,7 @@ fioclex (int fd, return __fcntl (fd, F_SETFD, flag); } -_HURD_HANDLE_IOCTL (fioclex, FIOCLEX, FIONCLEX); +_HURD_HANDLE_IOCTLS (fioclex, FIOCLEX, FIONCLEX); #include #include