Skip to content

Commit

Permalink
Fix non-v9 32-bit sparc build.
Browse files Browse the repository at this point in the history
	[BZ #18870]
	* sysdeps/sparc/sparc32/sem_open.c: Add missing #include
  • Loading branch information
Brett Neumeier authored and David S. Miller committed Aug 31, 2015
1 parent 543ef57 commit 3f512ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-08-31 Brett Neumeier <brett@neumeier.us>

[BZ #18870]
* sysdeps/sparc/sparc32/sem_open.c: Add missing #include

2015-08-31 Paul Eggert <eggert@cs.ucla.edu>

[BZ #18873]
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Version 2.23
2898, 14341, 15786, 16141, 16517, 16519, 16520, 16734, 16973, 17787,
17905, 18084, 18086, 18240, 18265, 18370, 18421, 18480, 18525, 18610,
18618, 18647, 18661, 18674, 18681, 18778, 18781, 18787, 18789, 18790,
18795, 18796, 18820, 18823, 18824, 18863, 18873, 18887.
18795, 18796, 18820, 18823, 18824, 18863, 18870, 18873, 18887.

* The obsolete header <regexp.h> has been removed. Programs that require
this header must be updated to use <regex.h> instead.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/sparc/sparc32/sem_open.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include "semaphoreP.h"
#include <futex-internal.h>
#include <shm-directory.h>


Expand Down

0 comments on commit 3f512ca

Please sign in to comment.