From b75c77c3d7fb7ac27da3ca696ae66df2bf281e2b Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 12 Mar 1993 20:54:56 +0000 Subject: [PATCH] Formerly ../posix/unistd.h.~33~ --- posix/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix/unistd.h b/posix/unistd.h index 72b8aa9fcc..40978c0d7a 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -252,7 +252,7 @@ extern int execvp __P ((__const char *__file, char *__const __argv[])); /* Execute FILE, searching in the `PATH' environment variable if it contains no slashes, with all arguments after FILE until a NULL pointer and environment from `environ'. */ -extern int execlp __P ((__const char *__file, __const char *arg,...)); +extern int execlp __P ((__const char *__file, ...)); #ifndef __NORETURN -- 2.11.0