From 63f8adbbb5ad02be9e5ef54b7980902779e16a52 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 12 Sep 2014 17:35:47 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a322e494704..5da3225e6a9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8509,3 +8509,6 @@ * syscall/syscall.csv and include/sys/syscall.h: exevc, execvl, posix_spawn, and posix_spawnp were not properly integrated as system calls (2014-9-12). + * syscall/syscall_lookup.h: Fix typos in the stub lookup table + (2014-9-12). +